#a90f8a

Color #A90F8A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #A90F8A

Tints of Medium Violet Red #A90F8A

Color information

#A90F8A (or 0xA90F8A) is unknown color: approx Medium Violet Red. HEX triplet: A9, 0F and 8A. RGB value is (169,15,138). Sum of RGB (Red+Green+Blue) = 169+15+138=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A90F8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90F8A is #56F075. Grayscale: #4A4A4A. Windows color (decimal): -5697654 or 9047977. OLE color: 9047977.

HSL color Cylindrical-coordinate representation of color #A90F8A: hue angle of 312.08º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A90F8A is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16915138-
CMYK00.910.180.34
HSL312.08º83.7%36.08%-
HSV(B)312.08º91.12%66.27%-
XYZ21.1210.6124.98-
YUV75.07163.52195-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.48%
GREEN value IS 15 (6.25% from 255) = 4.66%
BLUE value IS 138 (54.30% from 255) = 42.86%
R=52.48%
G=4.66%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691513800.910.180.34312.0883.736.08
HexA9F8A05B12221385424
Octal251172120133224247012444
Binary1010100111111000101001011011100101000101001110001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a90f8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a90f8a; }

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

 H1.HeaderClassName
 {
   color: #a90f8a;
 }
 .AnyTagClassName
 {
   color: #a90f8a;
 }
</style>
background-color css

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

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

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

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

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

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