Html Css Color HEX #A816AA Dark Magenta

📋 copy color: '#A816AA'

red 168 ◦ green 22 ◦ blue 170

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

Shades of Dark Magenta #A816AA

Tints of Dark Magenta #A816AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.11%

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

R = 46.67%
G = 6.11%
B = 47.22%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A816AA (or 0xA816AA) is known color: Dark Magenta. HEX triplet: A8, 16 and AA. RGB value is (168,22,170). Sum of RGB (Red+Green+Blue) = 168+22+170=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #A816AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A816AA is #57E955. Grayscale: #525252. Windows color (decimal): -5761366 or 11146920. OLE color: 11146920.

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

Color convert

RGB 168 22 170 -
CMYK 0.01 0.87 0 0.33
HSL 299.19º 0.77% 0.38% -
HSV(B) 299.19º 0.87% 0.67% -
XYZ 23.69 11.8 39.06 -
YUV 82.53 177.37 188.97 -
System Red Green Blue C M Y K H S L
Decimal 168 22 170 0.01 0.87 0 0.33 299.19 0.77 0.38
Hex A8 16 AA 1 57 0 21 12B 4D 26
Octal 250 26 252 1 127 0 41 453 115 46
Binary 10101000 10110 10101010 1 1010111 0 100001 100101011 1001101 100110

Color Harmonies of #A816AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816AA

Black with #A816AA

Text Example


Text Example

White with #A816AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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