Html Css Color HEX #AB21DB Dark Orchid

📋 copy color: '#AB21DB'

red 171 ◦ green 33 ◦ blue 219

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

Shades of Dark Orchid #AB21DB

Tints of Dark Orchid #AB21DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.8%

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

R = 40.43%
G = 7.8%
B = 51.77%

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

#AB21DB (or 0xAB21DB) is known color: Dark Orchid. HEX triplet: AB, 21 and DB. RGB value is (171,33,219). Sum of RGB (Red+Green+Blue) = 171+33+219=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB21DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21DB is #54DE24. Grayscale: #5E5E5E. Windows color (decimal): -5561893 or 14361003. OLE color: 14361003.

HSL color Cylindrical-coordinate representation of color #AB21DB: hue angle of 284.52º degrees, saturation: 0.74, 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 #AB21DB is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 33 219 -
CMYK 0.22 0.85 0 0.14
HSL 284.52º 0.74% 0.49% -
HSV(B) 284.52º 0.85% 0.86% -
XYZ 30.12 14.86 68.3 -
YUV 95.47 197.72 181.88 -
System Red Green Blue C M Y K H S L
Decimal 171 33 219 0.22 0.85 0 0.14 284.52 0.74 0.49
Hex AB 21 DB 16 55 0 E 11D 4A 31
Octal 253 41 333 26 125 0 16 435 112 61
Binary 10101011 100001 11011011 10110 1010101 0 1110 100011101 1001010 110001

Color Harmonies of #AB21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB21DB

Black with #AB21DB

Text Example


Text Example

White with #AB21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB21DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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