Html Css Color HEX #A90797 Dark Magenta

📋 copy color: '#A90797'

red 169 ◦ green 7 ◦ blue 151

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

Shades of Dark Magenta #A90797

Tints of Dark Magenta #A90797

RGB

 RED value IS 169 (66.41% from 255) = 51.68%

 GREEN value IS 7 (3.13% from 255) = 2.14%

 BLUE value IS 151 (59.38% from 255) = 46.18%

R = 51.68%
G = 2.14%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A90797 (or 0xA90797) is known color: Dark Magenta. HEX triplet: A9, 07 and 97. RGB value is (169,7,151). Sum of RGB (Red+Green+Blue) = 169+7+151=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A90797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90797 is #56F868. Grayscale: #474747. Windows color (decimal): -5699689 or 9897897. OLE color: 9897897.

HSL color Cylindrical-coordinate representation of color #A90797: hue angle of 306.67º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90797 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 7 151 -
CMYK 0 0.96 0.11 0.34
HSL 306.67º 0.92% 0.35% -
HSV(B) 306.67º 0.96% 0.66% -
XYZ 22.02 10.82 30.21 -
YUV 71.85 172.67 197.29 -
System Red Green Blue C M Y K H S L
Decimal 169 7 151 0 0.96 0.11 0.34 306.67 0.92 0.35
Hex A9 7 97 0 60 B 22 133 5C 23
Octal 251 7 227 0 140 13 42 463 134 43
Binary 10101001 111 10010111 0 1100000 1011 100010 100110011 1011100 100011

Color Harmonies of #A90797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90797

Black with #A90797

Text Example


Text Example

White with #A90797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90797; }

 p { color: rgb(169,7,151); }

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

background-color css

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

 a { background-color: rgb(169,7,151); }

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

border-color css

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

 span { border-color: rgb(169,7,151); }

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