#a33988

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

Shades of Medium Red Violet #A33988

Tints of Medium Red Violet #A33988

Color information

#A33988 (or 0xA33988) is unknown color: approx Medium Red Violet. HEX triplet: A3, 39 and 88. RGB value is (163,57,136). Sum of RGB (Red+Green+Blue) = 163+57+136=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A33988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33988 is #5CC677. Grayscale: #616161. Windows color (decimal): -6080120 or 8927651. OLE color: 8927651.

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

Color convert

RGB16357136-
CMYK00.650.170.36
HSL315.28º48.18%43.14%-
HSV(B)315.28º65.03%63.92%-
XYZ21.0112.4924.6-
YUV97.7149.62174.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 57 (22.66% from 255) = 16.01%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=45.79%
G=16.01%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635713600.650.170.36315.2848.1843.14
HexA33988041112413b302b
Octal24371210010121444736053
Binary10100011111001100010000100000110001100100100111011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33988; }

 p { color: rgb(163,57,136); }

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

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

 a { background-color: rgb(163,57,136); }

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

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

 span { border-color: rgb(163,57,136); }

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