Html Css Color HEX #A90986 Medium Violet Red

📋 copy color: '#A90986'

red 169 ◦ green 9 ◦ blue 134

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

Shades of Medium Violet Red #A90986

Tints of Medium Violet Red #A90986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

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

R = 54.17%
G = 2.88%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A90986 (or 0xA90986) is known color: Medium Violet Red. HEX triplet: A9, 09 and 86. RGB value is (169,9,134). Sum of RGB (Red+Green+Blue) = 169+9+134=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A90986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90986 is #56F679. Grayscale: #464646. Windows color (decimal): -5699194 or 8784297. OLE color: 8784297.

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

Color convert

RGB 169 9 134 -
CMYK 0 0.95 0.21 0.34
HSL 313.13º 0.9% 0.35% -
HSV(B) 313.13º 0.95% 0.66% -
XYZ 20.76 10.35 23.46 -
YUV 71.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 169 9 134 0 0.95 0.21 0.34 313.13 0.9 0.35
Hex A9 9 86 0 5F 15 22 139 5A 23
Octal 251 11 206 0 137 25 42 471 132 43
Binary 10101001 1001 10000110 0 1011111 10101 100010 100111001 1011010 100011

Color Harmonies of #A90986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90986

Black with #A90986

Text Example


Text Example

White with #A90986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90986; }

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

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

background-color css

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

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

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

border-color css

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

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

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