Html Css Color HEX #A22594 Dark Purple

📋 copy color: '#A22594'

red 162 ◦ green 37 ◦ blue 148

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

Shades of Dark Purple #A22594

Tints of Dark Purple #A22594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.65%

R = 46.69%
G = 10.66%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A22594 (or 0xA22594) is known color: Dark Purple. HEX triplet: A2, 25 and 94. RGB value is (162,37,148). Sum of RGB (Red+Green+Blue) = 162+37+148=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A22594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22594 is #5DDA6B. Grayscale: #565656. Windows color (decimal): -6150764 or 9708962. OLE color: 9708962.

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

Color convert

RGB 162 37 148 -
CMYK 0 0.77 0.09 0.36
HSL 306.72º 0.63% 0.39% -
HSV(B) 306.72º 0.77% 0.64% -
XYZ 20.91 11.14 29.07 -
YUV 87.03 162.41 181.47 -
System Red Green Blue C M Y K H S L
Decimal 162 37 148 0 0.77 0.09 0.36 306.72 0.63 0.39
Hex A2 25 94 0 4D 9 24 133 3F 27
Octal 242 45 224 0 115 11 44 463 77 47
Binary 10100010 100101 10010100 0 1001101 1001 100100 100110011 111111 100111

Color Harmonies of #A22594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22594

Black with #A22594

Text Example


Text Example

White with #A22594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22594; }

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

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

background-color css

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

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

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

border-color css

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

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

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