Html Css Color HEX #A2249A Dark Purple

📋 copy color: '#A2249A'

red 162 ◦ green 36 ◦ blue 154

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

Shades of Dark Purple #A2249A

Tints of Dark Purple #A2249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.23%

 BLUE value IS 154 (60.55% from 255) = 43.75%

R = 46.02%
G = 10.23%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A2249A (or 0xA2249A) is known color: Dark Purple. HEX triplet: A2, 24 and 9A. RGB value is (162,36,154). Sum of RGB (Red+Green+Blue) = 162+36+154=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2249A is #5DDB65. Grayscale: #565656. Windows color (decimal): -6151014 or 10101922. OLE color: 10101922.

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

Color convert

RGB 162 36 154 -
CMYK 0 0.78 0.05 0.36
HSL 303.81º 0.64% 0.39% -
HSV(B) 303.81º 0.78% 0.64% -
XYZ 21.36 11.28 31.62 -
YUV 87.13 165.74 181.41 -
System Red Green Blue C M Y K H S L
Decimal 162 36 154 0 0.78 0.05 0.36 303.81 0.64 0.39
Hex A2 24 9A 0 4E 5 24 130 40 27
Octal 242 44 232 0 116 5 44 460 100 47
Binary 10100010 100100 10011010 0 1001110 101 100100 100110000 1000000 100111

Color Harmonies of #A2249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2249A

Black with #A2249A

Text Example


Text Example

White with #A2249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2249A; }

 p { color: rgb(162,36,154); }

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

background-color css

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

 a { background-color: rgb(162,36,154); }

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

border-color css

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

 span { border-color: rgb(162,36,154); }

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