Html Css Color HEX #A2228C Dark Purple

📋 copy color: '#A2228C'

red 162 ◦ green 34 ◦ blue 140

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

Shades of Dark Purple #A2228C

Tints of Dark Purple #A2228C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.12%

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 48.21%
G = 10.12%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2228C (or 0xA2228C) is known color: Dark Purple. HEX triplet: A2, 22 and 8C. RGB value is (162,34,140). Sum of RGB (Red+Green+Blue) = 162+34+140=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2228C is #5DDD73. Grayscale: #545454. Windows color (decimal): -6151540 or 9183906. OLE color: 9183906.

HSL color Cylindrical-coordinate representation of color #A2228C: hue angle of 310.31º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2228C is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 34 140 -
CMYK 0 0.79 0.14 0.36
HSL 310.31º 0.65% 0.38% -
HSV(B) 310.31º 0.79% 0.64% -
XYZ 20.21 10.72 25.81 -
YUV 84.36 159.41 183.38 -
System Red Green Blue C M Y K H S L
Decimal 162 34 140 0 0.79 0.14 0.36 310.31 0.65 0.38
Hex A2 22 8C 0 4F E 24 136 41 26
Octal 242 42 214 0 117 16 44 466 101 46
Binary 10100010 100010 10001100 0 1001111 1110 100100 100110110 1000001 100110

Color Harmonies of #A2228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2228C

Black with #A2228C

Text Example


Text Example

White with #A2228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2228C; }

 p { color: rgb(162,34,140); }

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

background-color css

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

 a { background-color: rgb(162,34,140); }

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

border-color css

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

 span { border-color: rgb(162,34,140); }

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