Html Css Color HEX #A00BAE Dark Magenta

📋 copy color: '#A00BAE'

red 160 ◦ green 11 ◦ blue 174

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

Shades of Dark Magenta #A00BAE

Tints of Dark Magenta #A00BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.43%

R = 46.38%
G = 3.19%
B = 50.43%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A00BAE (or 0xA00BAE) is known color: Dark Magenta. HEX triplet: A0, 0B and AE. RGB value is (160,11,174). Sum of RGB (Red+Green+Blue) = 160+11+174=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #A00BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00BAE is #5FF451. Grayscale: #494949. Windows color (decimal): -6288466 or 11406240. OLE color: 11406240.

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

Color convert

RGB 160 11 174 -
CMYK 0.08 0.94 0 0.32
HSL 294.85º 0.88% 0.36% -
HSV(B) 294.85º 0.94% 0.68% -
XYZ 22.26 10.77 40.95 -
YUV 74.13 184.36 189.25 -
System Red Green Blue C M Y K H S L
Decimal 160 11 174 0.08 0.94 0 0.32 294.85 0.88 0.36
Hex A0 B AE 8 5E 0 20 127 58 24
Octal 240 13 256 10 136 0 40 447 130 44
Binary 10100000 1011 10101110 1000 1011110 0 100000 100100111 1011000 100100

Color Harmonies of #A00BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BAE

Black with #A00BAE

Text Example


Text Example

White with #A00BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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