Html Css Color HEX #A90997 Dark Magenta

📋 copy color: '#A90997'

red 169 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #A90997

Tints of Dark Magenta #A90997

RGB

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

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

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

R = 51.37%
G = 2.74%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A90997 (or 0xA90997) is known color: Dark Magenta. HEX triplet: A9, 09 and 97. RGB value is (169,9,151). Sum of RGB (Red+Green+Blue) = 169+9+151=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A90997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90997 is #56F668. Grayscale: #484848. Windows color (decimal): -5699177 or 9898409. OLE color: 9898409.

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

Color convert

RGB 169 9 151 -
CMYK 0 0.95 0.11 0.34
HSL 306.75º 0.9% 0.35% -
HSV(B) 306.75º 0.95% 0.66% -
XYZ 22.05 10.86 30.21 -
YUV 73.03 172.01 196.45 -
System Red Green Blue C M Y K H S L
Decimal 169 9 151 0 0.95 0.11 0.34 306.75 0.9 0.35
Hex A9 9 97 0 5F B 22 133 5A 23
Octal 251 11 227 0 137 13 42 463 132 43
Binary 10101001 1001 10010111 0 1011111 1011 100010 100110011 1011010 100011

Color Harmonies of #A90997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90997

Black with #A90997

Text Example


Text Example

White with #A90997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90997; }

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

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

background-color css

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

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

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

border-color css

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

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

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