#A63B91

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

Shades of Medium Red Violet #A63B91

Tints of Medium Red Violet #A63B91

Color information

#A63B91 (or 0xA63B91) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3B and 91. RGB value is (166,59,145). Sum of RGB (Red+Green+Blue) = 166+59+145=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63B91 is #59C46E. Grayscale: #646464. Windows color (decimal): -5882991 or 9517990. OLE color: 9517990.

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

Color convert

RGB16659145-
CMYK00.640.130.35
HSL311.78º47.56%44.12%-
HSV(B)311.78º64.46%65.1%-
XYZ22.413.2828.17-
YUV100.8152.95174.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 59 (23.44% from 255) = 15.95%
BLUE value IS 145 (57.03% from 255) = 39.19%
R=44.86%
G=15.95%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665914500.640.130.35311.7847.5644.12
HexA63B91040D23138302c
Octal24673221010015434706054
Binary1010011011101110010001010000001101100011100111000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63B91; }

 p { color: rgb(166,59,145); }

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

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

 a { background-color: rgb(166,59,145); }

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

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

 span { border-color: rgb(166,59,145); }

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