Html Css Color HEX #A22595 Dark Purple

📋 copy color: '#A22595'

red 162 ◦ green 37 ◦ blue 149

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

Shades of Dark Purple #A22595

Tints of Dark Purple #A22595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.63%

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 46.55%
G = 10.63%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A22595 (or 0xA22595) is known color: Dark Purple. HEX triplet: A2, 25 and 95. RGB value is (162,37,149). Sum of RGB (Red+Green+Blue) = 162+37+149=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A22595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22595 is #5DDA6A. Grayscale: #565656. Windows color (decimal): -6150763 or 9774498. OLE color: 9774498.

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

Color convert

RGB 162 37 149 -
CMYK 0 0.77 0.08 0.36
HSL 306.24º 0.63% 0.39% -
HSV(B) 306.24º 0.77% 0.64% -
XYZ 20.99 11.17 29.48 -
YUV 87.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 162 37 149 0 0.77 0.08 0.36 306.24 0.63 0.39
Hex A2 25 95 0 4D 8 24 132 3F 27
Octal 242 45 225 0 115 10 44 462 77 47
Binary 10100010 100101 10010101 0 1001101 1000 100100 100110010 111111 100111

Color Harmonies of #A22595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22595

Black with #A22595

Text Example


Text Example

White with #A22595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22595; }

 p { color: rgb(162,37,149); }

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

background-color css

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

 a { background-color: rgb(162,37,149); }

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

border-color css

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

 span { border-color: rgb(162,37,149); }

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