#AB37C8

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

Shades of Dark Orchid #AB37C8

Tints of Dark Orchid #AB37C8

Color information

#AB37C8 (or 0xAB37C8) is unknown color: approx Dark Orchid. HEX triplet: AB, 37 and C8. RGB value is (171,55,200). Sum of RGB (Red+Green+Blue) = 171+55+200=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB37C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB37C8 is #54C837. Grayscale: #696969. Windows color (decimal): -5556280 or 13121451. OLE color: 13121451.

HSL color Cylindrical-coordinate representation of color #AB37C8: hue angle of 288º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB37C8 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17155200-
CMYK0.140.7200.22
HSL288º56.86%50%-
HSV(B)288º72.5%78.43%-
XYZ28.5915.5656.14-
YUV106.21180.93174.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 55 (21.88% from 255) = 12.91%
BLUE value IS 200 (78.52% from 255) = 46.95%
R=40.14%
G=12.91%
B=46.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171552000.140.7200.2228856.8650
HexAB37C8E480161203932
Octal25367310161100264407162
Binary101010111101111100100011101001000010110100100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB37C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB37C8; }

 p { color: rgb(171,55,200); }

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

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

 a { background-color: rgb(171,55,200); }

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

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

 span { border-color: rgb(171,55,200); }

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