Html Css Color HEX #A007AC Dark Magenta

📋 copy color: '#A007AC'

red 160 ◦ green 7 ◦ blue 172

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

Shades of Dark Magenta #A007AC

Tints of Dark Magenta #A007AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.06%

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

R = 47.2%
G = 2.06%
B = 50.74%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A007AC (or 0xA007AC) is known color: Dark Magenta. HEX triplet: A0, 07 and AC. RGB value is (160,7,172). Sum of RGB (Red+Green+Blue) = 160+7+172=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #A007AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A007AC is #5FF853. Grayscale: #474747. Windows color (decimal): -6289492 or 11274144. OLE color: 11274144.

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

Color convert

RGB 160 7 172 -
CMYK 0.07 0.96 0 0.33
HSL 295.64º 0.92% 0.35% -
HSV(B) 295.64º 0.96% 0.67% -
XYZ 22.02 10.6 39.92 -
YUV 71.56 184.69 191.08 -
System Red Green Blue C M Y K H S L
Decimal 160 7 172 0.07 0.96 0 0.33 295.64 0.92 0.35
Hex A0 7 AC 7 60 0 21 128 5C 23
Octal 240 7 254 7 140 0 41 450 134 43
Binary 10100000 111 10101100 111 1100000 0 100001 100101000 1011100 100011

Color Harmonies of #A007AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007AC

Black with #A007AC

Text Example


Text Example

White with #A007AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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