Html Css Color HEX #A90BAC Dark Magenta

📋 copy color: '#A90BAC'

red 169 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #A90BAC

Tints of Dark Magenta #A90BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.13%

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

R = 48.01%
G = 3.13%
B = 48.86%

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

#A90BAC (or 0xA90BAC) is known color: Dark Magenta. HEX triplet: A9, 0B and AC. RGB value is (169,11,172). Sum of RGB (Red+Green+Blue) = 169+11+172=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #A90BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90BAC is #56F453. Grayscale: #4C4C4C. Windows color (decimal): -5698644 or 11275177. OLE color: 11275177.

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

Color convert

RGB 169 11 172 -
CMYK 0.02 0.94 0 0.33
HSL 298.88º 0.88% 0.36% -
HSV(B) 298.88º 0.94% 0.67% -
XYZ 23.93 11.65 40.02 -
YUV 76.6 181.85 193.91 -
System Red Green Blue C M Y K H S L
Decimal 169 11 172 0.02 0.94 0 0.33 298.88 0.88 0.36
Hex A9 B AC 2 5E 0 21 12B 58 24
Octal 251 13 254 2 136 0 41 453 130 44
Binary 10101001 1011 10101100 10 1011110 0 100001 100101011 1011000 100100

Color Harmonies of #A90BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90BAC

Black with #A90BAC

Text Example


Text Example

White with #A90BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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