Html Css Color HEX #A008AC Dark Magenta

📋 copy color: '#A008AC'

red 160 ◦ green 8 ◦ blue 172

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

Shades of Dark Magenta #A008AC

Tints of Dark Magenta #A008AC

RGB

 RED value IS 160 (62.89% from 255) = 47.06%

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

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

R = 47.06%
G = 2.35%
B = 50.59%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A008AC (or 0xA008AC) is known color: Dark Magenta. HEX triplet: A0, 08 and AC. RGB value is (160,8,172). Sum of RGB (Red+Green+Blue) = 160+8+172=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #A008AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A008AC is #5FF753. Grayscale: #474747. Windows color (decimal): -6289236 or 11274400. OLE color: 11274400.

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

Color convert

RGB 160 8 172 -
CMYK 0.07 0.95 0 0.33
HSL 295.61º 0.91% 0.35% -
HSV(B) 295.61º 0.95% 0.67% -
XYZ 22.03 10.63 39.92 -
YUV 72.14 184.36 190.66 -
System Red Green Blue C M Y K H S L
Decimal 160 8 172 0.07 0.95 0 0.33 295.61 0.91 0.35
Hex A0 8 AC 7 5F 0 21 128 5B 23
Octal 240 10 254 7 137 0 41 450 133 43
Binary 10100000 1000 10101100 111 1011111 0 100001 100101000 1011011 100011

Color Harmonies of #A008AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008AC

Black with #A008AC

Text Example


Text Example

White with #A008AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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