#A33B87

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

Shades of Medium Red Violet #A33B87

Tints of Medium Red Violet #A33B87

Color information

#A33B87 (or 0xA33B87) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3B and 87. RGB value is (163,59,135). Sum of RGB (Red+Green+Blue) = 163+59+135=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33B87 is #5CC478. Grayscale: #626262. Windows color (decimal): -6079609 or 8862627. OLE color: 8862627.

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

Color convert

RGB16359135-
CMYK00.640.170.36
HSL316.15º46.85%43.53%-
HSV(B)316.15º63.8%63.92%-
XYZ21.0412.6624.26-
YUV98.76148.46173.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 59 (23.44% from 255) = 16.53%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=45.66%
G=16.53%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635913500.640.170.36316.1546.8543.53
HexA33B87040112413c2f2c
Octal24373207010021444745754
Binary10100011111011100001110100000010001100100100111100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B87; }

 p { color: rgb(163,59,135); }

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

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

 a { background-color: rgb(163,59,135); }

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

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

 span { border-color: rgb(163,59,135); }

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