Html Css Color HEX #A90C97 Dark Magenta

📋 copy color: '#A90C97'

red 169 ◦ green 12 ◦ blue 151

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

Shades of Dark Magenta #A90C97

Tints of Dark Magenta #A90C97

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.61%

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

R = 50.9%
G = 3.61%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A90C97 (or 0xA90C97) is known color: Dark Magenta. HEX triplet: A9, 0C and 97. RGB value is (169,12,151). Sum of RGB (Red+Green+Blue) = 169+12+151=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90C97 is #56F368. Grayscale: #4A4A4A. Windows color (decimal): -5698409 or 9899177. OLE color: 9899177.

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

Color convert

RGB 169 12 151 -
CMYK 0 0.93 0.11 0.34
HSL 306.88º 0.87% 0.35% -
HSV(B) 306.88º 0.93% 0.66% -
XYZ 22.08 10.93 30.22 -
YUV 74.79 171.01 195.2 -
System Red Green Blue C M Y K H S L
Decimal 169 12 151 0 0.93 0.11 0.34 306.88 0.87 0.35
Hex A9 C 97 0 5D B 22 133 57 23
Octal 251 14 227 0 135 13 42 463 127 43
Binary 10101001 1100 10010111 0 1011101 1011 100010 100110011 1010111 100011

Color Harmonies of #A90C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90C97

Black with #A90C97

Text Example


Text Example

White with #A90C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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