Html Css Color HEX #AB22A8 Dark Orchid

📋 copy color: '#AB22A8'

red 171 ◦ green 34 ◦ blue 168

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

Shades of Dark Orchid #AB22A8

Tints of Dark Orchid #AB22A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.04%

R = 45.84%
G = 9.12%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB22A8 (or 0xAB22A8) is known color: Dark Orchid. HEX triplet: AB, 22 and A8. RGB value is (171,34,168). Sum of RGB (Red+Green+Blue) = 171+34+168=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB22A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB22A8 is #54DD57. Grayscale: #595959. Windows color (decimal): -5561688 or 11018923. OLE color: 11018923.

HSL color Cylindrical-coordinate representation of color #AB22A8: hue angle of 301.31º 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 #AB22A8 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 34 168 -
CMYK 0 0.80 0.02 0.33
HSL 301.31º 0.67% 0.4% -
HSV(B) 301.31º 0.8% 0.67% -
XYZ 24.43 12.63 38.2 -
YUV 90.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 171 34 168 0 0.80 0.02 0.33 301.31 0.67 0.4
Hex AB 22 A8 0 50 2 21 12D 43 28
Octal 253 42 250 0 120 2 41 455 103 50
Binary 10101011 100010 10101000 0 1010000 10 100001 100101101 1000011 101000

Color Harmonies of #AB22A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB22A8

Black with #AB22A8

Text Example


Text Example

White with #AB22A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB22A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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