Html Css Color HEX #A2247A Dark Purple

📋 copy color: '#A2247A'

red 162 ◦ green 36 ◦ blue 122

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

Shades of Dark Purple #A2247A

Tints of Dark Purple #A2247A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 50.63%
G = 11.25%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2247A (or 0xA2247A) is known color: Dark Purple. HEX triplet: A2, 24 and 7A. RGB value is (162,36,122). Sum of RGB (Red+Green+Blue) = 162+36+122=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2247A is #5DDB85. Grayscale: #535353. Windows color (decimal): -6151046 or 8004770. OLE color: 8004770.

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

Color convert

RGB 162 36 122 -
CMYK 0 0.78 0.25 0.36
HSL 319.05º 0.64% 0.39% -
HSV(B) 319.05º 0.78% 0.64% -
XYZ 19.04 10.35 19.41 -
YUV 83.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 162 36 122 0 0.78 0.25 0.36 319.05 0.64 0.39
Hex A2 24 7A 0 4E 19 24 13F 40 27
Octal 242 44 172 0 116 31 44 477 100 47
Binary 10100010 100100 1111010 0 1001110 11001 100100 100111111 1000000 100111

Color Harmonies of #A2247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2247A

Black with #A2247A

Text Example


Text Example

White with #A2247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2247A; }

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

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

background-color css

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

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

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

border-color css

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

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

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