#af36c9

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

Shades of Dark Orchid #AF36C9

Tints of Dark Orchid #AF36C9

Color information

#AF36C9 (or 0xAF36C9) is unknown color: approx Dark Orchid. HEX triplet: AF, 36 and C9. RGB value is (175,54,201). Sum of RGB (Red+Green+Blue) = 175+54+201=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF36C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36C9 is #50C936. Grayscale: #6A6A6A. Windows color (decimal): -5294391 or 13186735. OLE color: 13186735.

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

Color convert

RGB17554201-
CMYK0.130.7300.21
HSL289.39º57.65%50%-
HSV(B)289.39º73.13%78.82%-
XYZ29.5415.9756.78-
YUV106.94181.09176.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 54 (21.48% from 255) = 12.56%
BLUE value IS 201 (78.91% from 255) = 46.74%
R=40.70%
G=12.56%
B=46.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175542010.130.7300.21289.3957.6550
HexAF36C9D490151213a32
Octal25766311151110254417262
Binary101011111101101100100111011001001010101100100001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af36c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af36c9; }

 p { color: rgb(175,54,201); }

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

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

 a { background-color: rgb(175,54,201); }

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

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

 span { border-color: rgb(175,54,201); }

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