Html Css Color HEX #A90DAC Dark Magenta

📋 copy color: '#A90DAC'

red 169 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #A90DAC

Tints of Dark Magenta #A90DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 47.74%
G = 3.67%
B = 48.59%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A90DAC (or 0xA90DAC) is known color: Dark Magenta. HEX triplet: A9, 0D and AC. RGB value is (169,13,172). Sum of RGB (Red+Green+Blue) = 169+13+172=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #A90DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90DAC is #56F253. Grayscale: #4D4D4D. Windows color (decimal): -5698132 or 11275689. OLE color: 11275689.

HSL color Cylindrical-coordinate representation of color #A90DAC: hue angle of 298.87º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90DAC is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 13 172 -
CMYK 0.02 0.92 0 0.33
HSL 298.87º 0.86% 0.36% -
HSV(B) 298.87º 0.92% 0.67% -
XYZ 23.95 11.7 40.03 -
YUV 77.77 181.18 193.07 -
System Red Green Blue C M Y K H S L
Decimal 169 13 172 0.02 0.92 0 0.33 298.87 0.86 0.36
Hex A9 D AC 2 5C 0 21 12B 56 24
Octal 251 15 254 2 134 0 41 453 126 44
Binary 10101001 1101 10101100 10 1011100 0 100001 100101011 1010110 100100

Color Harmonies of #A90DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90DAC

Black with #A90DAC

Text Example


Text Example

White with #A90DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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