Html Css Color HEX #A90086 Dark Magenta

📋 copy color: '#A90086'

red 169 ◦ green 0 ◦ blue 134

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

Shades of Dark Magenta #A90086

Tints of Dark Magenta #A90086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 44.22%

R = 55.78%
G = 0%
B = 44.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A90086 (or 0xA90086) is known color: Dark Magenta. HEX triplet: A9, 00 and 86. RGB value is (169,0,134). Sum of RGB (Red+Green+Blue) = 169+0+134=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A90086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90086 is #56FF79. Grayscale: #414141. Windows color (decimal): -5701498 or 8781993. OLE color: 8781993.

HSL color Cylindrical-coordinate representation of color #A90086: hue angle of 312.43º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90086 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 0 134 -
CMYK 0 1 0.21 0.34
HSL 312.43º 1% 0.33% -
HSV(B) 312.43º 1% 0.66% -
XYZ 20.67 10.16 23.43 -
YUV 65.81 166.49 201.6 -
System Red Green Blue C M Y K H S L
Decimal 169 0 134 0 1 0.21 0.34 312.43 1 0.33
Hex A9 0 86 0 64 15 22 138 64 21
Octal 251 0 206 0 144 25 42 470 144 41
Binary 10101001 0 10000110 0 1100100 10101 100010 100111000 1100100 100001

Color Harmonies of #A90086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90086

Black with #A90086

Text Example


Text Example

White with #A90086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90086; }

 p { color: rgb(169,0,134); }

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

background-color css

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

 a { background-color: rgb(169,0,134); }

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

border-color css

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

 span { border-color: rgb(169,0,134); }

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