Html Css Color HEX #A808AC Dark Magenta

📋 copy color: '#A808AC'

red 168 ◦ green 8 ◦ blue 172

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

Shades of Dark Magenta #A808AC

Tints of Dark Magenta #A808AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.3%

 BLUE value IS 172 (67.58% from 255) = 49.43%

R = 48.28%
G = 2.3%
B = 49.43%

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

#A808AC (or 0xA808AC) is known color: Dark Magenta. HEX triplet: A8, 08 and AC. RGB value is (168,8,172). Sum of RGB (Red+Green+Blue) = 168+8+172=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #A808AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A808AC is #57F753. Grayscale: #4A4A4A. Windows color (decimal): -5764948 or 11274408. OLE color: 11274408.

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

Color convert

RGB 168 8 172 -
CMYK 0.02 0.95 0 0.33
HSL 298.54º 0.91% 0.35% -
HSV(B) 298.54º 0.95% 0.67% -
XYZ 23.68 11.48 40 -
YUV 74.54 183.01 194.66 -
System Red Green Blue C M Y K H S L
Decimal 168 8 172 0.02 0.95 0 0.33 298.54 0.91 0.35
Hex A8 8 AC 2 5F 0 21 12B 5B 23
Octal 250 10 254 2 137 0 41 453 133 43
Binary 10101000 1000 10101100 10 1011111 0 100001 100101011 1011011 100011

Color Harmonies of #A808AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A808AC

Black with #A808AC

Text Example


Text Example

White with #A808AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A808AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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