Html Css Color HEX #A90AAC Dark Magenta

📋 copy color: '#A90AAC'

red 169 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #A90AAC

Tints of Dark Magenta #A90AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.85%

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

R = 48.15%
G = 2.85%
B = 49%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A90AAC (or 0xA90AAC) is known color: Dark Magenta. HEX triplet: A9, 0A and AC. RGB value is (169,10,172). Sum of RGB (Red+Green+Blue) = 169+10+172=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #A90AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90AAC is #56F553. Grayscale: #4B4B4B. Windows color (decimal): -5698900 or 11274921. OLE color: 11274921.

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

Color convert

RGB 169 10 172 -
CMYK 0.02 0.94 0 0.33
HSL 298.89º 0.89% 0.36% -
HSV(B) 298.89º 0.94% 0.67% -
XYZ 23.92 11.63 40.01 -
YUV 76.01 182.18 194.33 -
System Red Green Blue C M Y K H S L
Decimal 169 10 172 0.02 0.94 0 0.33 298.89 0.89 0.36
Hex A9 A AC 2 5E 0 21 12B 59 24
Octal 251 12 254 2 136 0 41 453 131 44
Binary 10101001 1010 10101100 10 1011110 0 100001 100101011 1011001 100100

Color Harmonies of #A90AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90AAC

Black with #A90AAC

Text Example


Text Example

White with #A90AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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