Html Css Color HEX #AB22AB Dark Orchid

📋 copy color: '#AB22AB'

red 171 ◦ green 34 ◦ blue 171

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

Shades of Dark Orchid #AB22AB

Tints of Dark Orchid #AB22AB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.04%

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

R = 45.48%
G = 9.04%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB22AB (or 0xAB22AB) is known color: Dark Orchid. HEX triplet: AB, 22 and AB. RGB value is (171,34,171). Sum of RGB (Red+Green+Blue) = 171+34+171=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB22AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB22AB is #54DD54. Grayscale: #5A5A5A. Windows color (decimal): -5561685 or 11215531. OLE color: 11215531.

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

Color convert

RGB 171 34 171 -
CMYK 0 0.80 0 0.33
HSL 300º 0.67% 0.4% -
HSV(B) 300º 0.8% 0.67% -
XYZ 24.72 12.74 39.68 -
YUV 90.58 173.39 185.36 -
System Red Green Blue C M Y K H S L
Decimal 171 34 171 0 0.80 0 0.33 300 0.67 0.4
Hex AB 22 AB 0 50 0 21 12C 43 28
Octal 253 42 253 0 120 0 41 454 103 50
Binary 10101011 100010 10101011 0 1010000 0 100001 100101100 1000011 101000

Color Harmonies of #AB22AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB22AB

Black with #AB22AB

Text Example


Text Example

White with #AB22AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB22AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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