Html Css Color HEX #A90EAC Dark Magenta

📋 copy color: '#A90EAC'

red 169 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #A90EAC

Tints of Dark Magenta #A90EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.94%

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

R = 47.61%
G = 3.94%
B = 48.45%

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

#A90EAC (or 0xA90EAC) is known color: Dark Magenta. HEX triplet: A9, 0E and AC. RGB value is (169,14,172). Sum of RGB (Red+Green+Blue) = 169+14+172=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #A90EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90EAC is #56F153. Grayscale: #4D4D4D. Windows color (decimal): -5697876 or 11275945. OLE color: 11275945.

HSL color Cylindrical-coordinate representation of color #A90EAC: hue angle of 298.86º degrees, saturation: 0.85, 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 #A90EAC is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 14 172 -
CMYK 0.02 0.92 0 0.33
HSL 298.86º 0.85% 0.36% -
HSV(B) 298.86º 0.92% 0.67% -
XYZ 23.97 11.73 40.03 -
YUV 78.36 180.85 192.65 -
System Red Green Blue C M Y K H S L
Decimal 169 14 172 0.02 0.92 0 0.33 298.86 0.85 0.36
Hex A9 E AC 2 5C 0 21 12B 55 24
Octal 251 16 254 2 134 0 41 453 125 44
Binary 10101001 1110 10101100 10 1011100 0 100001 100101011 1010101 100100

Color Harmonies of #A90EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90EAC

Black with #A90EAC

Text Example


Text Example

White with #A90EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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