Html Css Color HEX #A217AA Dark Magenta

📋 copy color: '#A217AA'

red 162 ◦ green 23 ◦ blue 170

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

Shades of Dark Magenta #A217AA

Tints of Dark Magenta #A217AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.48%

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 45.63%
G = 6.48%
B = 47.89%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A217AA (or 0xA217AA) is known color: Dark Magenta. HEX triplet: A2, 17 and AA. RGB value is (162,23,170). Sum of RGB (Red+Green+Blue) = 162+23+170=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #A217AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A217AA is #5DE855. Grayscale: #505050. Windows color (decimal): -6154326 or 11147170. OLE color: 11147170.

HSL color Cylindrical-coordinate representation of color #A217AA: hue angle of 296.73º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A217AA is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 23 170 -
CMYK 0.05 0.86 0 0.33
HSL 296.73º 0.76% 0.38% -
HSV(B) 296.73º 0.86% 0.67% -
XYZ 22.46 11.2 39.01 -
YUV 81.32 178.05 185.55 -
System Red Green Blue C M Y K H S L
Decimal 162 23 170 0.05 0.86 0 0.33 296.73 0.76 0.38
Hex A2 17 AA 5 56 0 21 129 4C 26
Octal 242 27 252 5 126 0 41 451 114 46
Binary 10100010 10111 10101010 101 1010110 0 100001 100101001 1001100 100110

Color Harmonies of #A217AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A217AA

Black with #A217AA

Text Example


Text Example

White with #A217AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A217AA; }

 p { color: rgb(162,23,170); }

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

background-color css

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

 a { background-color: rgb(162,23,170); }

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

border-color css

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

 span { border-color: rgb(162,23,170); }

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