#AF18C2

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

Shades of Dark Orchid #AF18C2

Tints of Dark Orchid #AF18C2

Color information

#AF18C2 (or 0xAF18C2) is unknown color: approx Dark Orchid. HEX triplet: AF, 18 and C2. RGB value is (175,24,194). Sum of RGB (Red+Green+Blue) = 175+24+194=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF18C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18C2 is #50E73D. Grayscale: #585858. Windows color (decimal): -5302078 or 12720303. OLE color: 12720303.

HSL color Cylindrical-coordinate representation of color #AF18C2: hue angle of 293.29º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF18C2 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17524194-
CMYK0.100.8800.24
HSL293.29º77.98%42.75%-
HSV(B)293.29º87.63%76.08%-
XYZ27.7413.6652.21-
YUV88.53187.53189.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 24 (9.77% from 255) = 6.11%
BLUE value IS 194 (76.17% from 255) = 49.36%
R=44.53%
G=6.11%
B=49.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175241940.100.8800.24293.2977.9842.75
HexAF18C2A580181254e2b
Octal257303021213003044511653
Binary101011111100011000010101010110000110001001001011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF18C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF18C2; }

 p { color: rgb(175,24,194); }

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

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

 a { background-color: rgb(175,24,194); }

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

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

 span { border-color: rgb(175,24,194); }

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