Html Css Color HEX #A22480 Dark Purple

📋 copy color: '#A22480'

red 162 ◦ green 36 ◦ blue 128

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

Shades of Dark Purple #A22480

Tints of Dark Purple #A22480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.04%

 BLUE value IS 128 (50.39% from 255) = 39.26%

R = 49.69%
G = 11.04%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A22480 (or 0xA22480) is known color: Dark Purple. HEX triplet: A2, 24 and 80. RGB value is (162,36,128). Sum of RGB (Red+Green+Blue) = 162+36+128=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A22480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22480 is #5DDB7F. Grayscale: #535353. Windows color (decimal): -6151040 or 8397986. OLE color: 8397986.

HSL color Cylindrical-coordinate representation of color #A22480: hue angle of 316.19º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22480 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 36 128 -
CMYK 0 0.78 0.21 0.36
HSL 316.19º 0.64% 0.39% -
HSV(B) 316.19º 0.78% 0.64% -
XYZ 19.43 10.5 21.43 -
YUV 84.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 162 36 128 0 0.78 0.21 0.36 316.19 0.64 0.39
Hex A2 24 80 0 4E 15 24 13C 40 27
Octal 242 44 200 0 116 25 44 474 100 47
Binary 10100010 100100 10000000 0 1001110 10101 100100 100111100 1000000 100111

Color Harmonies of #A22480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22480

Black with #A22480

Text Example


Text Example

White with #A22480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22480; }

 p { color: rgb(162,36,128); }

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

background-color css

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

 a { background-color: rgb(162,36,128); }

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

border-color css

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

 span { border-color: rgb(162,36,128); }

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