#A9369C

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

Shades of Medium Red Violet #A9369C

Tints of Medium Red Violet #A9369C

Color information

#A9369C (or 0xA9369C) is unknown color: approx Medium Red Violet. HEX triplet: A9, 36 and 9C. RGB value is (169,54,156). Sum of RGB (Red+Green+Blue) = 169+54+156=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9369C is #56C963. Grayscale: #636363. Windows color (decimal): -5687652 or 10237609. OLE color: 10237609.

HSL color Cylindrical-coordinate representation of color #A9369C: hue angle of 306.78º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A9369C is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB16954156-
CMYK00.680.080.34
HSL306.78º51.57%43.73%-
HSV(B)306.78º68.05%66.27%-
XYZ23.6813.4732.8-
YUV100.01159.6177.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 54 (21.48% from 255) = 14.25%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=44.59%
G=14.25%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695415600.680.080.34306.7851.5743.73
HexA9369C044822133342c
Octal25166234010410424636454
Binary1010100111011010011100010001001000100010100110011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9369C; }

 p { color: rgb(169,54,156); }

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

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

 a { background-color: rgb(169,54,156); }

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

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

 span { border-color: rgb(169,54,156); }

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