Html Css Color HEX #A812AA Dark Magenta

📋 copy color: '#A812AA'

red 168 ◦ green 18 ◦ blue 170

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

Shades of Dark Magenta #A812AA

Tints of Dark Magenta #A812AA

RGB

 RED value IS 168 (66.02% from 255) = 47.19%

 GREEN value IS 18 (7.42% from 255) = 5.06%

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

R = 47.19%
G = 5.06%
B = 47.75%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A812AA (or 0xA812AA) is known color: Dark Magenta. HEX triplet: A8, 12 and AA. RGB value is (168,18,170). Sum of RGB (Red+Green+Blue) = 168+18+170=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #A812AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A812AA is #57ED55. Grayscale: #4F4F4F. Windows color (decimal): -5762390 or 11145896. OLE color: 11145896.

HSL color Cylindrical-coordinate representation of color #A812AA: hue angle of 299.21º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A812AA is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 18 170 -
CMYK 0.01 0.89 0 0.33
HSL 299.21º 0.81% 0.37% -
HSV(B) 299.21º 0.89% 0.67% -
XYZ 23.62 11.66 39.04 -
YUV 80.18 178.7 190.64 -
System Red Green Blue C M Y K H S L
Decimal 168 18 170 0.01 0.89 0 0.33 299.21 0.81 0.37
Hex A8 12 AA 1 59 0 21 12B 51 25
Octal 250 22 252 1 131 0 41 453 121 45
Binary 10101000 10010 10101010 1 1011001 0 100001 100101011 1010001 100101

Color Harmonies of #A812AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812AA

Black with #A812AA

Text Example


Text Example

White with #A812AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812AA; }

 p { color: rgb(168,18,170); }

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

background-color css

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

 a { background-color: rgb(168,18,170); }

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

border-color css

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

 span { border-color: rgb(168,18,170); }

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