Html Css Color HEX #A22592 Dark Purple

📋 copy color: '#A22592'

red 162 ◦ green 37 ◦ blue 146

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

Shades of Dark Purple #A22592

Tints of Dark Purple #A22592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.32%

R = 46.96%
G = 10.72%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A22592 (or 0xA22592) is known color: Dark Purple. HEX triplet: A2, 25 and 92. RGB value is (162,37,146). Sum of RGB (Red+Green+Blue) = 162+37+146=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A22592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22592 is #5DDA6D. Grayscale: #565656. Windows color (decimal): -6150766 or 9577890. OLE color: 9577890.

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

Color convert

RGB 162 37 146 -
CMYK 0 0.77 0.10 0.36
HSL 307.68º 0.63% 0.39% -
HSV(B) 307.68º 0.77% 0.64% -
XYZ 20.75 11.08 28.24 -
YUV 86.8 161.41 181.64 -
System Red Green Blue C M Y K H S L
Decimal 162 37 146 0 0.77 0.10 0.36 307.68 0.63 0.39
Hex A2 25 92 0 4D A 24 134 3F 27
Octal 242 45 222 0 115 12 44 464 77 47
Binary 10100010 100101 10010010 0 1001101 1010 100100 100110100 111111 100111

Color Harmonies of #A22592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22592

Black with #A22592

Text Example


Text Example

White with #A22592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22592; }

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

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

background-color css

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

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

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

border-color css

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

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

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