Html Css Color HEX #A90FAC Dark Magenta

📋 copy color: '#A90FAC'

red 169 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #A90FAC

Tints of Dark Magenta #A90FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.21%

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

R = 47.47%
G = 4.21%
B = 48.31%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A90FAC (or 0xA90FAC) is known color: Dark Magenta. HEX triplet: A9, 0F and AC. RGB value is (169,15,172). Sum of RGB (Red+Green+Blue) = 169+15+172=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #A90FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90FAC is #56F053. Grayscale: #4E4E4E. Windows color (decimal): -5697620 or 11276201. OLE color: 11276201.

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

Color convert

RGB 169 15 172 -
CMYK 0.02 0.91 0 0.33
HSL 298.85º 0.84% 0.37% -
HSV(B) 298.85º 0.91% 0.67% -
XYZ 23.98 11.76 40.03 -
YUV 78.94 180.52 192.23 -
System Red Green Blue C M Y K H S L
Decimal 169 15 172 0.02 0.91 0 0.33 298.85 0.84 0.37
Hex A9 F AC 2 5B 0 21 12B 54 25
Octal 251 17 254 2 133 0 41 453 124 45
Binary 10101001 1111 10101100 10 1011011 0 100001 100101011 1010100 100101

Color Harmonies of #A90FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90FAC

Black with #A90FAC

Text Example


Text Example

White with #A90FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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