Html Css Color HEX #AB37DB Dark Orchid

📋 copy color: '#AB37DB'

red 171 ◦ green 55 ◦ blue 219

#AB37DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AB37DB

Tints of Dark Orchid #AB37DB

RGB

 RED value IS 171 (67.19% from 255) = 38.43%

 GREEN value IS 55 (21.88% from 255) = 12.36%

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 38.43%
G = 12.36%
B = 49.21%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB37DB (or 0xAB37DB) is known color: Dark Orchid. HEX triplet: AB, 37 and DB. RGB value is (171,55,219). Sum of RGB (Red+Green+Blue) = 171+55+219=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB37DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB37DB is #54C824. Grayscale: #6B6B6B. Windows color (decimal): -5556261 or 14366635. OLE color: 14366635.

HSL color Cylindrical-coordinate representation of color #AB37DB: hue angle of 282.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB37DB is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 55 219 -
CMYK 0.22 0.75 0 0.14
HSL 282.44º 0.69% 0.54% -
HSV(B) 282.44º 0.75% 0.86% -
XYZ 30.95 16.5 68.57 -
YUV 108.38 190.43 172.66 -
System Red Green Blue C M Y K H S L
Decimal 171 55 219 0.22 0.75 0 0.14 282.44 0.69 0.54
Hex AB 37 DB 16 4B 0 E 11A 45 36
Octal 253 67 333 26 113 0 16 432 105 66
Binary 10101011 110111 11011011 10110 1001011 0 1110 100011010 1000101 110110

Color Harmonies of #AB37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB37DB

Black with #AB37DB

Text Example


Text Example

White with #AB37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB37DB; }

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

 H1.HeaderClassName
 {
   color: #AB37DB;
 }
 .AnyTagClassName
 {
   color: #AB37DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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