Html Css Color HEX #A90598 Dark Magenta

📋 copy color: '#A90598'

red 169 ◦ green 5 ◦ blue 152

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

Shades of Dark Magenta #A90598

Tints of Dark Magenta #A90598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.53%

 BLUE value IS 152 (59.77% from 255) = 46.63%

R = 51.84%
G = 1.53%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A90598 (or 0xA90598) is known color: Dark Magenta. HEX triplet: A9, 05 and 98. RGB value is (169,5,152). Sum of RGB (Red+Green+Blue) = 169+5+152=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A90598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90598 is #56FA67. Grayscale: #464646. Windows color (decimal): -5700200 or 9962921. OLE color: 9962921.

HSL color Cylindrical-coordinate representation of color #A90598: hue angle of 306.22º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90598 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 5 152 -
CMYK 0 0.97 0.10 0.34
HSL 306.22º 0.94% 0.34% -
HSV(B) 306.22º 0.97% 0.66% -
XYZ 22.08 10.81 30.63 -
YUV 70.79 173.83 198.05 -
System Red Green Blue C M Y K H S L
Decimal 169 5 152 0 0.97 0.10 0.34 306.22 0.94 0.34
Hex A9 5 98 0 61 A 22 132 5E 22
Octal 251 5 230 0 141 12 42 462 136 42
Binary 10101001 101 10011000 0 1100001 1010 100010 100110010 1011110 100010

Color Harmonies of #A90598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90598

Black with #A90598

Text Example


Text Example

White with #A90598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90598; }

 p { color: rgb(169,5,152); }

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

background-color css

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

 a { background-color: rgb(169,5,152); }

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

border-color css

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

 span { border-color: rgb(169,5,152); }

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