#AF36BB

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

Shades of Dark Orchid #AF36BB

Tints of Dark Orchid #AF36BB

Color information

#AF36BB (or 0xAF36BB) is unknown color: approx Dark Orchid. HEX triplet: AF, 36 and BB. RGB value is (175,54,187). Sum of RGB (Red+Green+Blue) = 175+54+187=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF36BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36BB is #50C944. Grayscale: #686868. Windows color (decimal): -5294405 or 12269231. OLE color: 12269231.

HSL color Cylindrical-coordinate representation of color #AF36BB: hue angle of 294.59º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF36BB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17554187-
CMYK0.060.7100.27
HSL294.59º55.19%47.25%-
HSV(B)294.59º71.12%73.33%-
XYZ27.9715.3448.5-
YUV105.34174.09177.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 54 (21.48% from 255) = 12.98%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=42.07%
G=12.98%
B=44.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175541870.060.7100.27294.5955.1947.25
HexAF36BB64701B127372f
Octal2576627361070334476757
Binary10101111110110101110111101000111011011100100111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF36BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF36BB; }

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

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

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

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

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

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

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

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