Html Css Color HEX #A00196 Dark Magenta

📋 copy color: '#A00196'

red 160 ◦ green 1 ◦ blue 150

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

Shades of Dark Magenta #A00196

Tints of Dark Magenta #A00196

RGB

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

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

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

R = 51.45%
G = 0.32%
B = 48.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A00196 (or 0xA00196) is known color: Dark Magenta. HEX triplet: A0, 01 and 96. RGB value is (160,1,150). Sum of RGB (Red+Green+Blue) = 160+1+150=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A00196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00196 is #5FFE69. Grayscale: #414141. Windows color (decimal): -6291050 or 9830816. OLE color: 9830816.

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

Color convert

RGB 160 1 150 -
CMYK 0 0.99 0.06 0.37
HSL 303.77º 0.99% 0.32% -
HSV(B) 303.77º 0.99% 0.63% -
XYZ 20.01 9.7 29.67 -
YUV 65.53 175.68 195.38 -
System Red Green Blue C M Y K H S L
Decimal 160 1 150 0 0.99 0.06 0.37 303.77 0.99 0.32
Hex A0 1 96 0 63 6 25 130 63 20
Octal 240 1 226 0 143 6 45 460 143 40
Binary 10100000 1 10010110 0 1100011 110 100101 100110000 1100011 100000

Color Harmonies of #A00196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00196

Black with #A00196

Text Example


Text Example

White with #A00196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00196; }

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

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

background-color css

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

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

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

border-color css

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

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

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