Html Css Color HEX #A90C9C Dark Magenta

📋 copy color: '#A90C9C'

red 169 ◦ green 12 ◦ blue 156

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

Shades of Dark Magenta #A90C9C

Tints of Dark Magenta #A90C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.29%

R = 50.15%
G = 3.56%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A90C9C (or 0xA90C9C) is known color: Dark Magenta. HEX triplet: A9, 0C and 9C. RGB value is (169,12,156). Sum of RGB (Red+Green+Blue) = 169+12+156=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90C9C is #56F363. Grayscale: #4A4A4A. Windows color (decimal): -5698404 or 10226857. OLE color: 10226857.

HSL color Cylindrical-coordinate representation of color #A90C9C: hue angle of 304.97º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90C9C is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 12 156 -
CMYK 0 0.93 0.08 0.34
HSL 304.97º 0.87% 0.35% -
HSV(B) 304.97º 0.93% 0.66% -
XYZ 22.49 11.1 32.41 -
YUV 75.36 173.51 194.79 -
System Red Green Blue C M Y K H S L
Decimal 169 12 156 0 0.93 0.08 0.34 304.97 0.87 0.35
Hex A9 C 9C 0 5D 8 22 131 57 23
Octal 251 14 234 0 135 10 42 461 127 43
Binary 10101001 1100 10011100 0 1011101 1000 100010 100110001 1010111 100011

Color Harmonies of #A90C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90C9C

Black with #A90C9C

Text Example


Text Example

White with #A90C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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