#AB37D4

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

Shades of Dark Orchid #AB37D4

Tints of Dark Orchid #AB37D4

Color information

#AB37D4 (or 0xAB37D4) is unknown color: approx Dark Orchid. HEX triplet: AB, 37 and D4. RGB value is (171,55,212). Sum of RGB (Red+Green+Blue) = 171+55+212=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB37D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB37D4 is #54C82B. Grayscale: #6B6B6B. Windows color (decimal): -5556268 or 13907883. OLE color: 13907883.

HSL color Cylindrical-coordinate representation of color #AB37D4: hue angle of 284.33º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB37D4 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17155212-
CMYK0.190.7400.17
HSL284.33º64.61%52.35%-
HSV(B)284.33º74.06%83.14%-
XYZ30.0416.1463.82-
YUV107.58186.93173.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 55 (21.88% from 255) = 12.56%
BLUE value IS 212 (83.20% from 255) = 48.40%
R=39.04%
G=12.56%
B=48.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal171552120.190.7400.17284.3364.6152.35
HexAB37D4134A01111c4134
Octal253673242311202143410164
Binary10101011110111110101001001110010100100011000111001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB37D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB37D4; }

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

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

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

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

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

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

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

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