Html Css Color HEX #A22597 Dark Purple

📋 copy color: '#A22597'

red 162 ◦ green 37 ◦ blue 151

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

Shades of Dark Purple #A22597

Tints of Dark Purple #A22597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.14%

R = 46.29%
G = 10.57%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A22597 (or 0xA22597) is known color: Dark Purple. HEX triplet: A2, 25 and 97. RGB value is (162,37,151). Sum of RGB (Red+Green+Blue) = 162+37+151=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A22597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22597 is #5DDA68. Grayscale: #575757. Windows color (decimal): -6150761 or 9905570. OLE color: 9905570.

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

Color convert

RGB 162 37 151 -
CMYK 0 0.77 0.07 0.36
HSL 305.28º 0.63% 0.39% -
HSV(B) 305.28º 0.77% 0.64% -
XYZ 21.15 11.24 30.33 -
YUV 87.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 162 37 151 0 0.77 0.07 0.36 305.28 0.63 0.39
Hex A2 25 97 0 4D 7 24 131 3F 27
Octal 242 45 227 0 115 7 44 461 77 47
Binary 10100010 100101 10010111 0 1001101 111 100100 100110001 111111 100111

Color Harmonies of #A22597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22597

Black with #A22597

Text Example


Text Example

White with #A22597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22597; }

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

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

background-color css

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

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

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

border-color css

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

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

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