#AF30CE

Color #AF30CE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AF30CE

Tints of Dark Orchid #AF30CE

Color information

#AF30CE (or 0xAF30CE) is unknown color: approx Dark Orchid. HEX triplet: AF, 30 and CE. RGB value is (175,48,206). Sum of RGB (Red+Green+Blue) = 175+48+206=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF30CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30CE is #50CF31. Grayscale: #676767. Windows color (decimal): -5295922 or 13512879. OLE color: 13512879.

HSL color Cylindrical-coordinate representation of color #AF30CE: hue angle of 288.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF30CE is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17548206-
CMYK0.150.7700.19
HSL288.23º62.2%49.8%-
HSV(B)288.23º76.7%80.78%-
XYZ29.8815.6859.85-
YUV103.98185.58178.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 48 (19.14% from 255) = 11.19%
BLUE value IS 206 (80.86% from 255) = 48.02%
R=40.79%
G=11.19%
B=48.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal175482060.150.7700.19288.2362.249.8
HexAF30CEF4D0131203e32
Octal25760316171150234407662
Binary101011111100001100111011111001101010011100100000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF30CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF30CE; }

 p { color: rgb(175,48,206); }

 H1.HeaderClassName
 {
   color: #AF30CE;
 }
 .AnyTagClassName
 {
   color: #AF30CE;
 }
</style>
background-color css

<style>
 a { background-color: #AF30CE; }

 a { background-color: rgb(175,48,206); }

 div.DivClassName
 {
   background-color: #AF30CE;
 }
 .BgClassName
 {
   background-color: #AF30CE;
 }
</style>
border-color css

<style>
 span { border-color: #AF30CE; }

 span { border-color: rgb(175,48,206); }

 td.TdClassName
 {
   border-color: #AF30CE;
 }
 .TagClassName
 {
   border-color: #AF30CE;
 }
</style>