#A9468A

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

Shades of Medium Red Violet #A9468A

Tints of Medium Red Violet #A9468A

Color information

#A9468A (or 0xA9468A) is unknown color: approx Medium Red Violet. HEX triplet: A9, 46 and 8A. RGB value is (169,70,138). Sum of RGB (Red+Green+Blue) = 169+70+138=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A9468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9468A is #56B975. Grayscale: #6B6B6B. Windows color (decimal): -5683574 or 9062057. OLE color: 9062057.

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

Color convert

RGB16970138-
CMYK00.590.180.34
HSL318.79º41.42%46.86%-
HSV(B)318.79º58.58%66.27%-
XYZ23.1414.6525.65-
YUV107.35145.3171.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=44.83%
G=18.57%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697013800.590.180.34318.7941.4246.86
HexA9468A03B122213f292f
Octal25110621207322424775157
Binary10101001100011010001010011101110010100010100111111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9468A; }

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

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

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

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

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

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

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

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