Html Css Color HEX #A006AC Dark Magenta

📋 copy color: '#A006AC'

red 160 ◦ green 6 ◦ blue 172

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

Shades of Dark Magenta #A006AC

Tints of Dark Magenta #A006AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

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

R = 47.34%
G = 1.78%
B = 50.89%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A006AC (or 0xA006AC) is known color: Dark Magenta. HEX triplet: A0, 06 and AC. RGB value is (160,6,172). Sum of RGB (Red+Green+Blue) = 160+6+172=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #A006AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A006AC is #5FF953. Grayscale: #464646. Windows color (decimal): -6289748 or 11273888. OLE color: 11273888.

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

Color convert

RGB 160 6 172 -
CMYK 0.07 0.97 0 0.33
HSL 295.66º 0.93% 0.35% -
HSV(B) 295.66º 0.97% 0.67% -
XYZ 22.01 10.58 39.91 -
YUV 70.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 160 6 172 0.07 0.97 0 0.33 295.66 0.93 0.35
Hex A0 6 AC 7 61 0 21 128 5D 23
Octal 240 6 254 7 141 0 41 450 135 43
Binary 10100000 110 10101100 111 1100001 0 100001 100101000 1011101 100011

Color Harmonies of #A006AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A006AC

Black with #A006AC

Text Example


Text Example

White with #A006AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A006AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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