Html Css Color HEX #A22189 Dark Purple

📋 copy color: '#A22189'

red 162 ◦ green 33 ◦ blue 137

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

Shades of Dark Purple #A22189

Tints of Dark Purple #A22189

RGB

 RED value IS 162 (63.67% from 255) = 48.8%

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

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 48.8%
G = 9.94%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A22189 (or 0xA22189) is known color: Dark Purple. HEX triplet: A2, 21 and 89. RGB value is (162,33,137). Sum of RGB (Red+Green+Blue) = 162+33+137=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A22189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22189 is #5DDE76. Grayscale: #535353. Windows color (decimal): -6151799 or 8987042. OLE color: 8987042.

HSL color Cylindrical-coordinate representation of color #A22189: hue angle of 311.63º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22189 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 33 137 -
CMYK 0 0.80 0.15 0.36
HSL 311.63º 0.66% 0.38% -
HSV(B) 311.63º 0.8% 0.64% -
XYZ 19.96 10.58 24.66 -
YUV 83.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 162 33 137 0 0.80 0.15 0.36 311.63 0.66 0.38
Hex A2 21 89 0 50 F 24 138 42 26
Octal 242 41 211 0 120 17 44 470 102 46
Binary 10100010 100001 10001001 0 1010000 1111 100100 100111000 1000010 100110

Color Harmonies of #A22189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22189

Black with #A22189

Text Example


Text Example

White with #A22189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22189; }

 p { color: rgb(162,33,137); }

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

background-color css

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

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

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

border-color css

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

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

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