#af18c3

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

Shades of Dark Orchid #AF18C3

Tints of Dark Orchid #AF18C3

Color information

#AF18C3 (or 0xAF18C3) is unknown color: approx Dark Orchid. HEX triplet: AF, 18 and C3. RGB value is (175,24,195). Sum of RGB (Red+Green+Blue) = 175+24+195=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 195 (76.56% from 255 or 49.49% from 394); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF18C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18C3 is #50E73C. Grayscale: #585858. Windows color (decimal): -5302077 or 12785839. OLE color: 12785839.

HSL color Cylindrical-coordinate representation of color #AF18C3: hue angle of 292.98º 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 #AF18C3 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17524195-
CMYK0.100.8800.24
HSL292.98º78.08%42.94%-
HSV(B)292.98º87.69%76.47%-
XYZ27.8613.7152.81-
YUV88.64188.03189.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 24 (9.77% from 255) = 6.09%
BLUE value IS 195 (76.56% from 255) = 49.49%
R=44.42%
G=6.09%
B=49.49%

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
Decimal175241950.100.8800.24292.9878.0842.94
HexAF18C3A580181254e2b
Octal257303031213003044511653
Binary101011111100011000011101010110000110001001001011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af18c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af18c3; }

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

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

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

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

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

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

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

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