#AF31CA

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

Shades of Dark Orchid #AF31CA

Tints of Dark Orchid #AF31CA

Color information

#AF31CA (or 0xAF31CA) is unknown color: approx Dark Orchid. HEX triplet: AF, 31 and CA. RGB value is (175,49,202). Sum of RGB (Red+Green+Blue) = 175+49+202=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF31CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF31CA is #50CE35. Grayscale: #676767. Windows color (decimal): -5295670 or 13250991. OLE color: 13250991.

HSL color Cylindrical-coordinate representation of color #AF31CA: hue angle of 289.41º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF31CA is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17549202-
CMYK0.130.7600.21
HSL289.41º60.96%49.22%-
HSV(B)289.41º75.74%79.22%-
XYZ29.4415.5757.33-
YUV104.12183.24178.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 49 (19.53% from 255) = 11.50%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=41.08%
G=11.50%
B=47.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175492020.130.7600.21289.4160.9649.22
HexAF31CAD4C0151213d31
Octal25761312151140254417561
Binary101011111100011100101011011001100010101100100001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF31CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF31CA; }

 p { color: rgb(175,49,202); }

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

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

 a { background-color: rgb(175,49,202); }

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

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

 span { border-color: rgb(175,49,202); }

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