Html Css Color HEX #A00992 Dark Magenta

📋 copy color: '#A00992'

red 160 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #A00992

Tints of Dark Magenta #A00992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.86%

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 50.79%
G = 2.86%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A00992 (or 0xA00992) is known color: Dark Magenta. HEX triplet: A0, 09 and 92. RGB value is (160,9,146). Sum of RGB (Red+Green+Blue) = 160+9+146=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A00992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00992 is #5FF66D. Grayscale: #454545. Windows color (decimal): -6289006 or 9570720. OLE color: 9570720.

HSL color Cylindrical-coordinate representation of color #A00992: hue angle of 305.56º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00992 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 146 -
CMYK 0 0.94 0.09 0.37
HSL 305.56º 0.89% 0.33% -
HSV(B) 305.56º 0.94% 0.63% -
XYZ 19.78 9.74 28.03 -
YUV 69.77 171.03 192.36 -
System Red Green Blue C M Y K H S L
Decimal 160 9 146 0 0.94 0.09 0.37 305.56 0.89 0.33
Hex A0 9 92 0 5E 9 25 132 59 21
Octal 240 11 222 0 136 11 45 462 131 41
Binary 10100000 1001 10010010 0 1011110 1001 100101 100110010 1011001 100001

Color Harmonies of #A00992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00992

Black with #A00992

Text Example


Text Example

White with #A00992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00992; }

 p { color: rgb(160,9,146); }

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

background-color css

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

 a { background-color: rgb(160,9,146); }

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

border-color css

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

 span { border-color: rgb(160,9,146); }

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