#A33A87

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

Shades of Medium Red Violet #A33A87

Tints of Medium Red Violet #A33A87

Color information

#A33A87 (or 0xA33A87) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3A and 87. RGB value is (163,58,135). Sum of RGB (Red+Green+Blue) = 163+58+135=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33A87 is #5CC578. Grayscale: #616161. Windows color (decimal): -6079865 or 8862371. OLE color: 8862371.

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

Color convert

RGB16358135-
CMYK00.640.170.36
HSL316º47.51%43.33%-
HSV(B)316º64.42%63.92%-
XYZ20.9912.5624.24-
YUV98.17148.79174.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 58 (23.05% from 255) = 16.29%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=45.79%
G=16.29%
B=37.92%

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
Decimal1635813500.640.170.3631647.5143.33
HexA33A87040112413c302b
Octal24372207010021444746053
Binary10100011111010100001110100000010001100100100111100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A87; }

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

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

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

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

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

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

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

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