#A33D89

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

Shades of Medium Red Violet #A33D89

Tints of Medium Red Violet #A33D89

Color information

#A33D89 (or 0xA33D89) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3D and 89. RGB value is (163,61,137). Sum of RGB (Red+Green+Blue) = 163+61+137=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33D89 is #5CC276. Grayscale: #636363. Windows color (decimal): -6079095 or 8994211. OLE color: 8994211.

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

Color convert

RGB16361137-
CMYK00.630.160.36
HSL315.29º45.54%43.92%-
HSV(B)315.29º62.58%63.92%-
XYZ21.2912.9325.04-
YUV100.16148.79172.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 61 (24.22% from 255) = 16.90%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=45.15%
G=16.90%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636113700.630.160.36315.2945.5443.92
HexA33D8903F102413b2e2c
Octal2437521107720444735654
Binary1010001111110110001001011111110000100100100111011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33D89; }

 p { color: rgb(163,61,137); }

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

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

 a { background-color: rgb(163,61,137); }

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

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

 span { border-color: rgb(163,61,137); }

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