Html Css Color HEX #A22381 Dark Purple

📋 copy color: '#A22381'

red 162 ◦ green 35 ◦ blue 129

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

Shades of Dark Purple #A22381

Tints of Dark Purple #A22381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.74%

 BLUE value IS 129 (50.78% from 255) = 39.57%

R = 49.69%
G = 10.74%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A22381 (or 0xA22381) is known color: Dark Purple. HEX triplet: A2, 23 and 81. RGB value is (162,35,129). Sum of RGB (Red+Green+Blue) = 162+35+129=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A22381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22381 is #5DDC7E. Grayscale: #535353. Windows color (decimal): -6151295 or 8463266. OLE color: 8463266.

HSL color Cylindrical-coordinate representation of color #A22381: hue angle of 315.59º 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 #A22381 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 35 129 -
CMYK 0 0.78 0.20 0.36
HSL 315.59º 0.64% 0.39% -
HSV(B) 315.59º 0.78% 0.64% -
XYZ 19.46 10.47 21.76 -
YUV 83.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 162 35 129 0 0.78 0.20 0.36 315.59 0.64 0.39
Hex A2 23 81 0 4E 14 24 13C 40 27
Octal 242 43 201 0 116 24 44 474 100 47
Binary 10100010 100011 10000001 0 1001110 10100 100100 100111100 1000000 100111

Color Harmonies of #A22381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22381

Black with #A22381

Text Example


Text Example

White with #A22381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22381; }

 p { color: rgb(162,35,129); }

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

background-color css

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

 a { background-color: rgb(162,35,129); }

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

border-color css

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

 span { border-color: rgb(162,35,129); }

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