Html Css Color HEX #A217A3 Dark Magenta

📋 copy color: '#A217A3'

red 162 ◦ green 23 ◦ blue 163

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

Shades of Dark Magenta #A217A3

Tints of Dark Magenta #A217A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.84%

R = 46.55%
G = 6.61%
B = 46.84%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A217A3 (or 0xA217A3) is known color: Dark Magenta. HEX triplet: A2, 17 and A3. RGB value is (162,23,163). Sum of RGB (Red+Green+Blue) = 162+23+163=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 163 - color contains mainly: blue. Hex color #A217A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A217A3 is #5DE85C. Grayscale: #505050. Windows color (decimal): -6154333 or 10688418. OLE color: 10688418.

HSL color Cylindrical-coordinate representation of color #A217A3: hue angle of 299.57º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A217A3 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 23 163 -
CMYK 0.01 0.86 0 0.36
HSL 299.57º 0.75% 0.36% -
HSV(B) 299.57º 0.86% 0.64% -
XYZ 21.82 10.94 35.61 -
YUV 80.52 174.55 186.12 -
System Red Green Blue C M Y K H S L
Decimal 162 23 163 0.01 0.86 0 0.36 299.57 0.75 0.36
Hex A2 17 A3 1 56 0 24 12C 4B 24
Octal 242 27 243 1 126 0 44 454 113 44
Binary 10100010 10111 10100011 1 1010110 0 100100 100101100 1001011 100100

Color Harmonies of #A217A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A217A3

Black with #A217A3

Text Example


Text Example

White with #A217A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A217A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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