Html Css Color HEX #AB21AB Dark Orchid

📋 copy color: '#AB21AB'

red 171 ◦ green 33 ◦ blue 171

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

Shades of Dark Orchid #AB21AB

Tints of Dark Orchid #AB21AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 45.6%
G = 8.8%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB21AB (or 0xAB21AB) is known color: Dark Orchid. HEX triplet: AB, 21 and AB. RGB value is (171,33,171). Sum of RGB (Red+Green+Blue) = 171+33+171=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB21AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB21AB is #54DE54. Grayscale: #595959. Windows color (decimal): -5561941 or 11215275. OLE color: 11215275.

HSL color Cylindrical-coordinate representation of color #AB21AB: hue angle of 300º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB21AB is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 33 171 -
CMYK 0 0.81 0 0.33
HSL 300º 0.68% 0.4% -
HSV(B) 300º 0.81% 0.67% -
XYZ 24.69 12.69 39.68 -
YUV 89.99 173.72 185.78 -
System Red Green Blue C M Y K H S L
Decimal 171 33 171 0 0.81 0 0.33 300 0.68 0.4
Hex AB 21 AB 0 51 0 21 12C 44 28
Octal 253 41 253 0 121 0 41 454 104 50
Binary 10101011 100001 10101011 0 1010001 0 100001 100101100 1000100 101000

Color Harmonies of #AB21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB21AB

Black with #AB21AB

Text Example


Text Example

White with #AB21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB21AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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