#A33F85

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

Shades of Medium Red Violet #A33F85

Tints of Medium Red Violet #A33F85

Color information

#A33F85 (or 0xA33F85) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3F and 85. RGB value is (163,63,133). Sum of RGB (Red+Green+Blue) = 163+63+133=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33F85 is #5CC07A. Grayscale: #646464. Windows color (decimal): -6078587 or 8732579. OLE color: 8732579.

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

Color convert

RGB16363133-
CMYK00.610.180.36
HSL318º44.25%44.31%-
HSV(B)318º61.35%63.92%-
XYZ21.1213.0323.59-
YUV100.88146.13172.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 63 (25% from 255) = 17.55%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=45.40%
G=17.55%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636313300.610.180.3631844.2544.31
HexA33F8503D122413e2c2c
Octal2437720507522444765454
Binary1010001111111110000101011110110010100100100111110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33F85; }

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

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

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

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

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

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

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

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