Html Css Color HEX #A90CAA Dark Magenta

📋 copy color: '#A90CAA'

red 169 ◦ green 12 ◦ blue 170

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

Shades of Dark Magenta #A90CAA

Tints of Dark Magenta #A90CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.42%

 BLUE value IS 170 (66.8% from 255) = 48.43%

R = 48.15%
G = 3.42%
B = 48.43%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A90CAA (or 0xA90CAA) is known color: Dark Magenta. HEX triplet: A9, 0C and AA. RGB value is (169,12,170). Sum of RGB (Red+Green+Blue) = 169+12+170=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #A90CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90CAA is #56F355. Grayscale: #4C4C4C. Windows color (decimal): -5698390 or 11144361. OLE color: 11144361.

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

Color convert

RGB 169 12 170 -
CMYK 0.01 0.93 0 0.33
HSL 299.62º 0.87% 0.36% -
HSV(B) 299.62º 0.93% 0.67% -
XYZ 23.75 11.6 39.02 -
YUV 76.96 180.51 193.65 -
System Red Green Blue C M Y K H S L
Decimal 169 12 170 0.01 0.93 0 0.33 299.62 0.87 0.36
Hex A9 C AA 1 5D 0 21 12C 57 24
Octal 251 14 252 1 135 0 41 454 127 44
Binary 10101001 1100 10101010 1 1011101 0 100001 100101100 1010111 100100

Color Harmonies of #A90CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90CAA

Black with #A90CAA

Text Example


Text Example

White with #A90CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90CAA; }

 p { color: rgb(169,12,170); }

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

background-color css

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

 a { background-color: rgb(169,12,170); }

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

border-color css

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

 span { border-color: rgb(169,12,170); }

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