Html Css Color HEX #A22398 Dark Purple

📋 copy color: '#A22398'

red 162 ◦ green 35 ◦ blue 152

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

Shades of Dark Purple #A22398

Tints of Dark Purple #A22398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.55%

R = 46.42%
G = 10.03%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A22398 (or 0xA22398) is known color: Dark Purple. HEX triplet: A2, 23 and 98. RGB value is (162,35,152). Sum of RGB (Red+Green+Blue) = 162+35+152=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A22398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22398 is #5DDC67. Grayscale: #555555. Windows color (decimal): -6151272 or 9970594. OLE color: 9970594.

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

Color convert

RGB 162 35 152 -
CMYK 0 0.78 0.06 0.36
HSL 304.72º 0.64% 0.39% -
HSV(B) 304.72º 0.78% 0.64% -
XYZ 21.17 11.15 30.74 -
YUV 86.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 162 35 152 0 0.78 0.06 0.36 304.72 0.64 0.39
Hex A2 23 98 0 4E 6 24 131 40 27
Octal 242 43 230 0 116 6 44 461 100 47
Binary 10100010 100011 10011000 0 1001110 110 100100 100110001 1000000 100111

Color Harmonies of #A22398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22398

Black with #A22398

Text Example


Text Example

White with #A22398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22398; }

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

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

background-color css

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

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

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

border-color css

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

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

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