Html Css Color HEX #A00095 Dark Magenta

📋 copy color: '#A00095'

red 160 ◦ green 0 ◦ blue 149

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

Shades of Dark Magenta #A00095

Tints of Dark Magenta #A00095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.22%

R = 51.78%
G = 0%
B = 48.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A00095 (or 0xA00095) is known color: Dark Magenta. HEX triplet: A0, 00 and 95. RGB value is (160,0,149). Sum of RGB (Red+Green+Blue) = 160+0+149=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A00095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00095 is #5FFF6A. Grayscale: #404040. Windows color (decimal): -6291307 or 9765024. OLE color: 9765024.

HSL color Cylindrical-coordinate representation of color #A00095: hue angle of 304.12º 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 #A00095 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 0 149 -
CMYK 0 1 0.07 0.37
HSL 304.13º 1% 0.31% -
HSV(B) 304.13º 1% 0.63% -
XYZ 19.92 9.64 29.25 -
YUV 64.83 175.51 195.88 -
System Red Green Blue C M Y K H S L
Decimal 160 0 149 0 1 0.07 0.37 304.13 1 0.31
Hex A0 0 95 0 64 7 25 130 64 1F
Octal 240 0 225 0 144 7 45 460 144 37
Binary 10100000 0 10010101 0 1100100 111 100101 100110000 1100100 11111

Color Harmonies of #A00095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00095

Black with #A00095

Text Example


Text Example

White with #A00095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00095; }

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

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

background-color css

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

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

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

border-color css

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

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

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