Html Css Color HEX #A22388 Dark Purple

📋 copy color: '#A22388'

red 162 ◦ green 35 ◦ blue 136

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

Shades of Dark Purple #A22388

Tints of Dark Purple #A22388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 48.65%
G = 10.51%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A22388 (or 0xA22388) is known color: Dark Purple. HEX triplet: A2, 23 and 88. RGB value is (162,35,136). Sum of RGB (Red+Green+Blue) = 162+35+136=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A22388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22388 is #5DDC77. Grayscale: #545454. Windows color (decimal): -6151288 or 8922018. OLE color: 8922018.

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

Color convert

RGB 162 35 136 -
CMYK 0 0.78 0.16 0.36
HSL 312.28º 0.64% 0.39% -
HSV(B) 312.28º 0.78% 0.64% -
XYZ 19.95 10.66 24.3 -
YUV 84.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 162 35 136 0 0.78 0.16 0.36 312.28 0.64 0.39
Hex A2 23 88 0 4E 10 24 138 40 27
Octal 242 43 210 0 116 20 44 470 100 47
Binary 10100010 100011 10001000 0 1001110 10000 100100 100111000 1000000 100111

Color Harmonies of #A22388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22388

Black with #A22388

Text Example


Text Example

White with #A22388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22388; }

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

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

background-color css

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

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

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

border-color css

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

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

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