Html Css Color HEX #A90A8B Dark Magenta

📋 copy color: '#A90A8B'

red 169 ◦ green 10 ◦ blue 139

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

Shades of Dark Magenta #A90A8B

Tints of Dark Magenta #A90A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.14%

 BLUE value IS 139 (54.69% from 255) = 43.71%

R = 53.14%
G = 3.14%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A90A8B (or 0xA90A8B) is known color: Dark Magenta. HEX triplet: A9, 0A and 8B. RGB value is (169,10,139). Sum of RGB (Red+Green+Blue) = 169+10+139=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90A8B is #56F574. Grayscale: #474747. Windows color (decimal): -5698933 or 9112233. OLE color: 9112233.

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

Color convert

RGB 169 10 139 -
CMYK 0 0.94 0.18 0.34
HSL 311.32º 0.89% 0.35% -
HSV(B) 311.32º 0.94% 0.66% -
XYZ 21.13 10.52 25.34 -
YUV 72.25 165.68 197.01 -
System Red Green Blue C M Y K H S L
Decimal 169 10 139 0 0.94 0.18 0.34 311.32 0.89 0.35
Hex A9 A 8B 0 5E 12 22 137 59 23
Octal 251 12 213 0 136 22 42 467 131 43
Binary 10101001 1010 10001011 0 1011110 10010 100010 100110111 1011001 100011

Color Harmonies of #A90A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90A8B

Black with #A90A8B

Text Example


Text Example

White with #A90A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90A8B; }

 p { color: rgb(169,10,139); }

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

background-color css

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

 a { background-color: rgb(169,10,139); }

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

border-color css

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

 span { border-color: rgb(169,10,139); }

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