Html Css Color HEX #A00195 Dark Magenta

📋 copy color: '#A00195'

red 160 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #A00195

Tints of Dark Magenta #A00195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 51.61%
G = 0.32%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A00195 (or 0xA00195) is known color: Dark Magenta. HEX triplet: A0, 01 and 95. RGB value is (160,1,149). Sum of RGB (Red+Green+Blue) = 160+1+149=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A00195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00195 is #5FFE6A. Grayscale: #404040. Windows color (decimal): -6291051 or 9765280. OLE color: 9765280.

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

Color convert

RGB 160 1 149 -
CMYK 0 0.99 0.07 0.37
HSL 304.15º 0.99% 0.32% -
HSV(B) 304.15º 0.99% 0.63% -
XYZ 19.93 9.67 29.25 -
YUV 65.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 160 1 149 0 0.99 0.07 0.37 304.15 0.99 0.32
Hex A0 1 95 0 63 7 25 130 63 20
Octal 240 1 225 0 143 7 45 460 143 40
Binary 10100000 1 10010101 0 1100011 111 100101 100110000 1100011 100000

Color Harmonies of #A00195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00195

Black with #A00195

Text Example


Text Example

White with #A00195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00195; }

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

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

background-color css

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

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

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

border-color css

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

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

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