#A808AB

Color #A808AB Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A808AB

Tints of Dark Magenta #A808AB

Color information

#A808AB (or 0xA808AB) is unknown color: approx Dark Magenta. HEX triplet: A8, 08 and AB. RGB value is (168,8,171). Sum of RGB (Red+Green+Blue) = 168+8+171=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #A808AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A808AB is #57F754. Grayscale: #494949. Windows color (decimal): -5764949 or 11208872. OLE color: 11208872.

HSL color Cylindrical-coordinate representation of color #A808AB: hue angle of 298.9º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A808AB is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1688171-
CMYK0.020.9500.33
HSL298.9º91.06%35.1%-
HSV(B)298.9º95.32%67.06%-
XYZ23.5911.4439.49-
YUV74.42182.51194.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.41%
GREEN value IS 8 (3.52% from 255) = 2.31%
BLUE value IS 171 (67.19% from 255) = 49.28%
R=48.41%
G=2.31%
B=49.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16881710.020.9500.33298.991.0635.1
HexA88AB25F02112b5b23
Octal25010253213704145313343
Binary1010100010001010101110101111101000011001010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A808AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A808AB; }

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

 H1.HeaderClassName
 {
   color: #A808AB;
 }
 .AnyTagClassName
 {
   color: #A808AB;
 }
</style>
background-color css

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

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

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

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

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

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