#A935A1

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

Shades of Medium Red Violet #A935A1

Tints of Medium Red Violet #A935A1

Color information

#A935A1 (or 0xA935A1) is unknown color: approx Medium Red Violet. HEX triplet: A9, 35 and A1. RGB value is (169,53,161). Sum of RGB (Red+Green+Blue) = 169+53+161=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A935A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A935A1 is #56CA5E. Grayscale: #636363. Windows color (decimal): -5687903 or 10565033. OLE color: 10565033.

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

Color convert

RGB16953161-
CMYK00.690.050.34
HSL304.14º52.25%43.53%-
HSV(B)304.14º68.64%66.27%-
XYZ24.0713.5535.07-
YUV100162.43177.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 53 (21.09% from 255) = 13.84%
BLUE value IS 161 (63.28% from 255) = 42.04%
R=44.13%
G=13.84%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695316100.690.050.34304.1452.2543.53
HexA935A1045522130342c
Octal2516524101055424606454
Binary101010011101011010000101000101101100010100110000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A935A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A935A1; }

 p { color: rgb(169,53,161); }

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

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

 a { background-color: rgb(169,53,161); }

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

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

 span { border-color: rgb(169,53,161); }

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