Html Css Color HEX #A00096 Dark Magenta

📋 copy color: '#A00096'

red 160 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #A00096

Tints of Dark Magenta #A00096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 48.39%

R = 51.61%
G = 0%
B = 48.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A00096 (or 0xA00096) is known color: Dark Magenta. HEX triplet: A0, 00 and 96. RGB value is (160,0,150). Sum of RGB (Red+Green+Blue) = 160+0+150=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A00096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00096 is #5FFF69. Grayscale: #404040. Windows color (decimal): -6291306 or 9830560. OLE color: 9830560.

HSL color Cylindrical-coordinate representation of color #A00096: hue angle of 303.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00096 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 0 150 -
CMYK 0 1 0.06 0.37
HSL 303.75º 1% 0.31% -
HSV(B) 303.75º 1% 0.63% -
XYZ 20 9.68 29.67 -
YUV 64.94 176.01 195.8 -
System Red Green Blue C M Y K H S L
Decimal 160 0 150 0 1 0.06 0.37 303.75 1 0.31
Hex A0 0 96 0 64 6 25 130 64 1F
Octal 240 0 226 0 144 6 45 460 144 37
Binary 10100000 0 10010110 0 1100100 110 100101 100110000 1100100 11111

Color Harmonies of #A00096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00096

Black with #A00096

Text Example


Text Example

White with #A00096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00096; }

 p { color: rgb(160,0,150); }

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

background-color css

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

 a { background-color: rgb(160,0,150); }

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

border-color css

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

 span { border-color: rgb(160,0,150); }

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