#AF37BD

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

Shades of Dark Orchid #AF37BD

Tints of Dark Orchid #AF37BD

Color information

#AF37BD (or 0xAF37BD) is unknown color: approx Dark Orchid. HEX triplet: AF, 37 and BD. RGB value is (175,55,189). Sum of RGB (Red+Green+Blue) = 175+55+189=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF37BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37BD is #50C842. Grayscale: #696969. Windows color (decimal): -5294147 or 12400559. OLE color: 12400559.

HSL color Cylindrical-coordinate representation of color #AF37BD: hue angle of 293.73º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF37BD is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17555189-
CMYK0.070.7100.26
HSL293.73º54.92%47.84%-
HSV(B)293.73º70.9%74.12%-
XYZ28.2315.5249.65-
YUV106.16174.76177.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 55 (21.88% from 255) = 13.13%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=41.77%
G=13.13%
B=45.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175551890.070.7100.26293.7354.9247.84
HexAF37BD74701A1263730
Octal2576727571070324466760
Binary10101111110111101111011111000111011010100100110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF37BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF37BD; }

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

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

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

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

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

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

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

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