#A63A88

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

Shades of Medium Red Violet #A63A88

Tints of Medium Red Violet #A63A88

Color information

#A63A88 (or 0xA63A88) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3A and 88. RGB value is (166,58,136). Sum of RGB (Red+Green+Blue) = 166+58+136=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63A88 is #59C577. Grayscale: #626262. Windows color (decimal): -5883256 or 8927910. OLE color: 8927910.

HSL color Cylindrical-coordinate representation of color #A63A88: hue angle of 316.67º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63A88 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB16658136-
CMYK00.650.180.35
HSL316.67º48.21%43.92%-
HSV(B)316.67º65.06%65.1%-
XYZ21.6812.9124.64-
YUV99.18148.78175.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 58 (23.05% from 255) = 16.11%
BLUE value IS 136 (53.52% from 255) = 37.78%
R=46.11%
G=16.11%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665813600.650.180.35316.6748.2143.92
HexA63A88041122313d302c
Octal24672210010122434756054
Binary10100110111010100010000100000110010100011100111101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A88; }

 p { color: rgb(166,58,136); }

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

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

 a { background-color: rgb(166,58,136); }

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

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

 span { border-color: rgb(166,58,136); }

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