Html Css Color HEX #A90DAE Deep Magenta

📋 copy color: '#A90DAE'

red 169 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #A90DAE

Tints of Deep Magenta #A90DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 47.47%
G = 3.65%
B = 48.88%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A90DAE (or 0xA90DAE) is known color: Deep Magenta. HEX triplet: A9, 0D and AE. RGB value is (169,13,174). Sum of RGB (Red+Green+Blue) = 169+13+174=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #A90DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90DAE is #56F251. Grayscale: #4D4D4D. Windows color (decimal): -5698130 or 11406761. OLE color: 11406761.

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

Color convert

RGB 169 13 174 -
CMYK 0.03 0.93 0 0.32
HSL 298.14º 0.86% 0.37% -
HSV(B) 298.14º 0.93% 0.68% -
XYZ 24.15 11.78 41.05 -
YUV 78 182.18 192.91 -
System Red Green Blue C M Y K H S L
Decimal 169 13 174 0.03 0.93 0 0.32 298.14 0.86 0.37
Hex A9 D AE 3 5D 0 20 12A 56 25
Octal 251 15 256 3 135 0 40 452 126 45
Binary 10101001 1101 10101110 11 1011101 0 100000 100101010 1010110 100101

Color Harmonies of #A90DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90DAE

Black with #A90DAE

Text Example


Text Example

White with #A90DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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