Html Css Color HEX #A2228F Dark Purple

📋 copy color: '#A2228F'

red 162 ◦ green 34 ◦ blue 143

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

Shades of Dark Purple #A2228F

Tints of Dark Purple #A2228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 47.79%
G = 10.03%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2228F (or 0xA2228F) is known color: Dark Purple. HEX triplet: A2, 22 and 8F. RGB value is (162,34,143). Sum of RGB (Red+Green+Blue) = 162+34+143=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2228F is #5DDD70. Grayscale: #545454. Windows color (decimal): -6151537 or 9380514. OLE color: 9380514.

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

Color convert

RGB 162 34 143 -
CMYK 0 0.79 0.12 0.36
HSL 308.91º 0.65% 0.38% -
HSV(B) 308.91º 0.79% 0.64% -
XYZ 20.43 10.81 27 -
YUV 84.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 162 34 143 0 0.79 0.12 0.36 308.91 0.65 0.38
Hex A2 22 8F 0 4F C 24 135 41 26
Octal 242 42 217 0 117 14 44 465 101 46
Binary 10100010 100010 10001111 0 1001111 1100 100100 100110101 1000001 100110

Color Harmonies of #A2228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2228F

Black with #A2228F

Text Example


Text Example

White with #A2228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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