Html Css Color HEX #A90B8D Dark Magenta

📋 copy color: '#A90B8D'

red 169 ◦ green 11 ◦ blue 141

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

Shades of Dark Magenta #A90B8D

Tints of Dark Magenta #A90B8D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.43%

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 52.65%
G = 3.43%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A90B8D (or 0xA90B8D) is known color: Dark Magenta. HEX triplet: A9, 0B and 8D. RGB value is (169,11,141). Sum of RGB (Red+Green+Blue) = 169+11+141=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90B8D is #56F472. Grayscale: #484848. Windows color (decimal): -5698675 or 9243561. OLE color: 9243561.

HSL color Cylindrical-coordinate representation of color #A90B8D: hue angle of 310.63º degrees, saturation: 0.88, 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 #A90B8D is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 11 141 -
CMYK 0 0.93 0.17 0.34
HSL 310.63º 0.88% 0.35% -
HSV(B) 310.63º 0.93% 0.66% -
XYZ 21.29 10.6 26.12 -
YUV 73.06 166.35 196.43 -
System Red Green Blue C M Y K H S L
Decimal 169 11 141 0 0.93 0.17 0.34 310.63 0.88 0.35
Hex A9 B 8D 0 5D 11 22 137 58 23
Octal 251 13 215 0 135 21 42 467 130 43
Binary 10101001 1011 10001101 0 1011101 10001 100010 100110111 1011000 100011

Color Harmonies of #A90B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90B8D

Black with #A90B8D

Text Example


Text Example

White with #A90B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90B8D; }

 p { color: rgb(169,11,141); }

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

background-color css

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

 a { background-color: rgb(169,11,141); }

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

border-color css

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

 span { border-color: rgb(169,11,141); }

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