Html Css Color HEX #A90DB1 Deep Magenta

📋 copy color: '#A90DB1'

red 169 ◦ green 13 ◦ blue 177

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

Shades of Deep Magenta #A90DB1

Tints of Deep Magenta #A90DB1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.62%

 BLUE value IS 177 (69.53% from 255) = 49.3%

R = 47.08%
G = 3.62%
B = 49.3%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A90DB1 (or 0xA90DB1) is known color: Deep Magenta. HEX triplet: A9, 0D and B1. RGB value is (169,13,177). Sum of RGB (Red+Green+Blue) = 169+13+177=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 177 (69.53% from 255 or 49.30% from 359); Max value from RGB is 177 - color contains mainly: blue. Hex color #A90DB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90DB1 is #56F24E. Grayscale: #4D4D4D. Windows color (decimal): -5698127 or 11603369. OLE color: 11603369.

HSL color Cylindrical-coordinate representation of color #A90DB1: hue angle of 297.07º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90DB1 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 13 177 -
CMYK 0.05 0.93 0 0.31
HSL 297.07º 0.86% 0.37% -
HSV(B) 297.07º 0.93% 0.69% -
XYZ 24.44 11.9 42.6 -
YUV 78.34 183.68 192.66 -
System Red Green Blue C M Y K H S L
Decimal 169 13 177 0.05 0.93 0 0.31 297.07 0.86 0.37
Hex A9 D B1 5 5D 0 1F 129 56 25
Octal 251 15 261 5 135 0 37 451 126 45
Binary 10101001 1101 10110001 101 1011101 0 11111 100101001 1010110 100101

Color Harmonies of #A90DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90DB1

Black with #A90DB1

Text Example


Text Example

White with #A90DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90DB1; }

 p { color: rgb(169,13,177); }

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

background-color css

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

 a { background-color: rgb(169,13,177); }

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

border-color css

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

 span { border-color: rgb(169,13,177); }

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