Html Css Color HEX #A90CAC Dark Magenta

📋 copy color: '#A90CAC'

red 169 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #A90CAC

Tints of Dark Magenta #A90CAC

RGB

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

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

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

R = 47.88%
G = 3.4%
B = 48.73%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A90CAC (or 0xA90CAC) is known color: Dark Magenta. HEX triplet: A9, 0C and AC. RGB value is (169,12,172). Sum of RGB (Red+Green+Blue) = 169+12+172=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #A90CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90CAC is #56F353. Grayscale: #4C4C4C. Windows color (decimal): -5698388 or 11275433. OLE color: 11275433.

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

Color convert

RGB 169 12 172 -
CMYK 0.02 0.93 0 0.33
HSL 298.88º 0.87% 0.36% -
HSV(B) 298.88º 0.93% 0.67% -
XYZ 23.94 11.68 40.02 -
YUV 77.18 181.51 193.49 -
System Red Green Blue C M Y K H S L
Decimal 169 12 172 0.02 0.93 0 0.33 298.88 0.87 0.36
Hex A9 C AC 2 5D 0 21 12B 57 24
Octal 251 14 254 2 135 0 41 453 127 44
Binary 10101001 1100 10101100 10 1011101 0 100001 100101011 1010111 100100

Color Harmonies of #A90CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90CAC

Black with #A90CAC

Text Example


Text Example

White with #A90CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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