Html Css Color HEX #AB20DD Dark Orchid

📋 copy color: '#AB20DD'

red 171 ◦ green 32 ◦ blue 221

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

Shades of Dark Orchid #AB20DD

Tints of Dark Orchid #AB20DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 40.33%
G = 7.55%
B = 52.12%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB20DD (or 0xAB20DD) is known color: Dark Orchid. HEX triplet: AB, 20 and DD. RGB value is (171,32,221). Sum of RGB (Red+Green+Blue) = 171+32+221=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB20DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB20DD is #54DF22. Grayscale: #5E5E5E. Windows color (decimal): -5562147 or 14491819. OLE color: 14491819.

HSL color Cylindrical-coordinate representation of color #AB20DD: hue angle of 284.13º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB20DD is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 32 221 -
CMYK 0.23 0.86 0 0.13
HSL 284.13º 0.75% 0.5% -
HSV(B) 284.13º 0.86% 0.87% -
XYZ 30.36 14.91 69.68 -
YUV 95.11 199.05 182.13 -
System Red Green Blue C M Y K H S L
Decimal 171 32 221 0.23 0.86 0 0.13 284.13 0.75 0.5
Hex AB 20 DD 17 56 0 D 11C 4B 32
Octal 253 40 335 27 126 0 15 434 113 62
Binary 10101011 100000 11011101 10111 1010110 0 1101 100011100 1001011 110010

Color Harmonies of #AB20DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20DD

Black with #AB20DD

Text Example


Text Example

White with #AB20DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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