#A9368D

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

Shades of Medium Red Violet #A9368D

Tints of Medium Red Violet #A9368D

Color information

#A9368D (or 0xA9368D) is unknown color: approx Medium Red Violet. HEX triplet: A9, 36 and 8D. RGB value is (169,54,141). Sum of RGB (Red+Green+Blue) = 169+54+141=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9368D is #56C972. Grayscale: #626262. Windows color (decimal): -5687667 or 9254569. OLE color: 9254569.

HSL color Cylindrical-coordinate representation of color #A9368D: hue angle of 314.61º 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 #A9368D is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB16954141-
CMYK00.680.170.34
HSL314.61º51.57%43.73%-
HSV(B)314.61º68.05%66.27%-
XYZ22.491326.52-
YUV98.3152.1178.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 54 (21.48% from 255) = 14.84%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=46.43%
G=14.84%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695414100.680.170.34314.6151.5743.73
HexA9368D044112213b342c
Octal25166215010421424736454
Binary10101001110110100011010100010010001100010100111011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9368D; }

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

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

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

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

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

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

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

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