Html Css Color HEX #A00BAC Dark Magenta

📋 copy color: '#A00BAC'

red 160 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #A00BAC

Tints of Dark Magenta #A00BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.21%

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

R = 46.65%
G = 3.21%
B = 50.15%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A00BAC (or 0xA00BAC) is known color: Dark Magenta. HEX triplet: A0, 0B and AC. RGB value is (160,11,172). Sum of RGB (Red+Green+Blue) = 160+11+172=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #A00BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00BAC is #5FF453. Grayscale: #494949. Windows color (decimal): -6288468 or 11275168. OLE color: 11275168.

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

Color convert

RGB 160 11 172 -
CMYK 0.07 0.94 0 0.33
HSL 295.53º 0.88% 0.36% -
HSV(B) 295.53º 0.94% 0.67% -
XYZ 22.06 10.69 39.93 -
YUV 73.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 160 11 172 0.07 0.94 0 0.33 295.53 0.88 0.36
Hex A0 B AC 7 5E 0 21 128 58 24
Octal 240 13 254 7 136 0 41 450 130 44
Binary 10100000 1011 10101100 111 1011110 0 100001 100101000 1011000 100100

Color Harmonies of #A00BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BAC

Black with #A00BAC

Text Example


Text Example

White with #A00BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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