Html Css Color HEX #A812AB Dark Magenta

📋 copy color: '#A812AB'

red 168 ◦ green 18 ◦ blue 171

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

Shades of Dark Magenta #A812AB

Tints of Dark Magenta #A812AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 47.06%
G = 5.04%
B = 47.9%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A812AB (or 0xA812AB) is known color: Dark Magenta. HEX triplet: A8, 12 and AB. RGB value is (168,18,171). Sum of RGB (Red+Green+Blue) = 168+18+171=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #A812AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A812AB is #57ED54. Grayscale: #4F4F4F. Windows color (decimal): -5762389 or 11211432. OLE color: 11211432.

HSL color Cylindrical-coordinate representation of color #A812AB: hue angle of 298.82º 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 #A812AB is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 18 171 -
CMYK 0.02 0.89 0 0.33
HSL 298.82º 0.81% 0.37% -
HSV(B) 298.82º 0.89% 0.67% -
XYZ 23.72 11.7 39.54 -
YUV 80.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 168 18 171 0.02 0.89 0 0.33 298.82 0.81 0.37
Hex A8 12 AB 2 59 0 21 12B 51 25
Octal 250 22 253 2 131 0 41 453 121 45
Binary 10101000 10010 10101011 10 1011001 0 100001 100101011 1010001 100101

Color Harmonies of #A812AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812AB

Black with #A812AB

Text Example


Text Example

White with #A812AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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