#A33585

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

Shades of Medium Red Violet #A33585

Tints of Medium Red Violet #A33585

Color information

#A33585 (or 0xA33585) is unknown color: approx Medium Red Violet. HEX triplet: A3, 35 and 85. RGB value is (163,53,133). Sum of RGB (Red+Green+Blue) = 163+53+133=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A33585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33585 is #5CCA7A. Grayscale: #5E5E5E. Windows color (decimal): -6081147 or 8730019. OLE color: 8730019.

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

Color convert

RGB16353133-
CMYK00.670.180.36
HSL316.36º50.93%42.35%-
HSV(B)316.36º67.48%63.92%-
XYZ20.6112.0323.43-
YUV95.01149.44176.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=46.70%
G=15.19%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635313300.670.180.36316.3650.9342.35
HexA33585043122413c332a
Octal24365205010322444746352
Binary10100011110101100001010100001110010100100100111100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33585; }

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

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

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

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

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

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

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

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