#A33F7B

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

Shades of Medium Red Violet #A33F7B

Tints of Medium Red Violet #A33F7B

Color information

#A33F7B (or 0xA33F7B) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3F and 7B. RGB value is (163,63,123). Sum of RGB (Red+Green+Blue) = 163+63+123=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33F7B is #5CC084. Grayscale: #636363. Windows color (decimal): -6078597 or 8077219. OLE color: 8077219.

HSL color Cylindrical-coordinate representation of color #A33F7B: hue angle of 324º 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 #A33F7B is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16363123-
CMYK00.610.250.36
HSL324º44.25%44.31%-
HSV(B)324º61.35%63.92%-
XYZ20.4612.7720.13-
YUV99.74141.13173.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 63 (25% from 255) = 18.05%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=46.70%
G=18.05%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636312300.610.250.3632444.2544.31
HexA33F7B03D19241442c2c
Octal2437717307531445045454
Binary101000111111111111011011110111001100100101000100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33F7B; }

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

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

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

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

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

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

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

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