Html Css Color HEX #AB20DB Dark Orchid

📋 copy color: '#AB20DB'

red 171 ◦ green 32 ◦ blue 219

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

Shades of Dark Orchid #AB20DB

Tints of Dark Orchid #AB20DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.58%

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

R = 40.52%
G = 7.58%
B = 51.9%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB20DB (or 0xAB20DB) is known color: Dark Orchid. HEX triplet: AB, 20 and DB. RGB value is (171,32,219). Sum of RGB (Red+Green+Blue) = 171+32+219=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB20DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB20DB is #54DF24. Grayscale: #5E5E5E. Windows color (decimal): -5562149 or 14360747. OLE color: 14360747.

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

Color convert

RGB 171 32 219 -
CMYK 0.22 0.85 0 0.14
HSL 284.6º 0.75% 0.49% -
HSV(B) 284.6º 0.85% 0.86% -
XYZ 30.1 14.81 68.29 -
YUV 94.88 198.05 182.29 -
System Red Green Blue C M Y K H S L
Decimal 171 32 219 0.22 0.85 0 0.14 284.6 0.75 0.49
Hex AB 20 DB 16 55 0 E 11D 4B 31
Octal 253 40 333 26 125 0 16 435 113 61
Binary 10101011 100000 11011011 10110 1010101 0 1110 100011101 1001011 110001

Color Harmonies of #AB20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20DB

Black with #AB20DB

Text Example


Text Example

White with #AB20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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