Html Css Color HEX #A808AB Dark Magenta

📋 copy color: '#A808AB'

red 168 ◦ green 8 ◦ blue 171

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

Shades of Dark Magenta #A808AB

Tints of Dark Magenta #A808AB

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 value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A808AB (or 0xA808AB) is known color: 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

RGB 168 8 171 -
CMYK 0.02 0.95 0 0.33
HSL 298.9º 0.91% 0.35% -
HSV(B) 298.9º 0.95% 0.67% -
XYZ 23.59 11.44 39.49 -
YUV 74.42 182.51 194.75 -
System Red Green Blue C M Y K H S L
Decimal 168 8 171 0.02 0.95 0 0.33 298.9 0.91 0.35
Hex A8 8 AB 2 5F 0 21 12B 5B 23
Octal 250 10 253 2 137 0 41 453 133 43
Binary 10101000 1000 10101011 10 1011111 0 100001 100101011 1011011 100011

Color Harmonies of #A808AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A808AB

Black with #A808AB

Text Example


Text Example

White with #A808AB

Text Example


Text Example

HTML Codes & Css Web 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>