Html Css Color HEX #A816AB Dark Magenta

📋 copy color: '#A816AB'

red 168 ◦ green 22 ◦ blue 171

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

Shades of Dark Magenta #A816AB

Tints of Dark Magenta #A816AB

RGB

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

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

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

R = 46.54%
G = 6.09%
B = 47.37%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A816AB (or 0xA816AB) is known color: Dark Magenta. HEX triplet: A8, 16 and AB. RGB value is (168,22,171). Sum of RGB (Red+Green+Blue) = 168+22+171=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #A816AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A816AB is #57E954. Grayscale: #525252. Windows color (decimal): -5761365 or 11212456. OLE color: 11212456.

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

Color convert

RGB 168 22 171 -
CMYK 0.02 0.87 0 0.33
HSL 298.79º 0.77% 0.38% -
HSV(B) 298.79º 0.87% 0.67% -
XYZ 23.79 11.84 39.56 -
YUV 82.64 177.87 188.88 -
System Red Green Blue C M Y K H S L
Decimal 168 22 171 0.02 0.87 0 0.33 298.79 0.77 0.38
Hex A8 16 AB 2 57 0 21 12B 4D 26
Octal 250 26 253 2 127 0 41 453 115 46
Binary 10101000 10110 10101011 10 1010111 0 100001 100101011 1001101 100110

Color Harmonies of #A816AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816AB

Black with #A816AB

Text Example


Text Example

White with #A816AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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