Html Css Color HEX #A00B93 Dark Magenta

📋 copy color: '#A00B93'

red 160 ◦ green 11 ◦ blue 147

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

Shades of Dark Magenta #A00B93

Tints of Dark Magenta #A00B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.23%

R = 50.31%
G = 3.46%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A00B93 (or 0xA00B93) is known color: Dark Magenta. HEX triplet: A0, 0B and 93. RGB value is (160,11,147). Sum of RGB (Red+Green+Blue) = 160+11+147=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00B93 is #5FF46C. Grayscale: #464646. Windows color (decimal): -6288493 or 9636768. OLE color: 9636768.

HSL color Cylindrical-coordinate representation of color #A00B93: hue angle of 305.23º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00B93 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 11 147 -
CMYK 0 0.93 0.08 0.37
HSL 305.23º 0.87% 0.34% -
HSV(B) 305.23º 0.93% 0.63% -
XYZ 19.88 9.82 28.45 -
YUV 71.06 170.86 191.44 -
System Red Green Blue C M Y K H S L
Decimal 160 11 147 0 0.93 0.08 0.37 305.23 0.87 0.34
Hex A0 B 93 0 5D 8 25 131 57 22
Octal 240 13 223 0 135 10 45 461 127 42
Binary 10100000 1011 10010011 0 1011101 1000 100101 100110001 1010111 100010

Color Harmonies of #A00B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00B93

Black with #A00B93

Text Example


Text Example

White with #A00B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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