#A32985

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

Shades of Medium Red Violet #A32985

Tints of Medium Red Violet #A32985

Color information

#A32985 (or 0xA32985) is unknown color: approx Medium Red Violet. HEX triplet: A3, 29 and 85. RGB value is (163,41,133). Sum of RGB (Red+Green+Blue) = 163+41+133=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A32985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32985 is #5CD67A. Grayscale: #575757. Windows color (decimal): -6084219 or 8726947. OLE color: 8726947.

HSL color Cylindrical-coordinate representation of color #A32985: hue angle of 314.75º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32985 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16341133-
CMYK00.750.180.36
HSL314.75º59.8%40%-
HSV(B)314.75º74.85%63.92%-
XYZ20.1311.0723.27-
YUV87.97153.42181.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 41 (16.41% from 255) = 12.17%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=48.37%
G=12.17%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634113300.750.180.36314.7559.840
HexA3298504B122413b3c28
Octal24351205011322444737450
Binary10100011101001100001010100101110010100100100111011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32985; }

 p { color: rgb(163,41,133); }

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

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

 a { background-color: rgb(163,41,133); }

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

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

 span { border-color: rgb(163,41,133); }

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