#AF37CE

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

Shades of Dark Orchid #AF37CE

Tints of Dark Orchid #AF37CE

Color information

#AF37CE (or 0xAF37CE) is unknown color: approx Dark Orchid. HEX triplet: AF, 37 and CE. RGB value is (175,55,206). Sum of RGB (Red+Green+Blue) = 175+55+206=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF37CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37CE is #50C831. Grayscale: #6B6B6B. Windows color (decimal): -5294130 or 13514671. OLE color: 13514671.

HSL color Cylindrical-coordinate representation of color #AF37CE: hue angle of 287.68º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF37CE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17555206-
CMYK0.150.7300.19
HSL287.68º60.64%51.18%-
HSV(B)287.68º73.3%80.78%-
XYZ30.1916.359.95-
YUV108.09183.26175.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 55 (21.88% from 255) = 12.61%
BLUE value IS 206 (80.86% from 255) = 47.25%
R=40.14%
G=12.61%
B=47.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal175552060.150.7300.19287.6860.6451.18
HexAF37CEF490131203d33
Octal25767316171110234407563
Binary101011111101111100111011111001001010011100100000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF37CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF37CE; }

 p { color: rgb(175,55,206); }

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

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

 a { background-color: rgb(175,55,206); }

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

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

 span { border-color: rgb(175,55,206); }

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