#A64091

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

Shades of Medium Red Violet #A64091

Tints of Medium Red Violet #A64091

Color information

#A64091 (or 0xA64091) is unknown color: approx Medium Red Violet. HEX triplet: A6, 40 and 91. RGB value is (166,64,145). Sum of RGB (Red+Green+Blue) = 166+64+145=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A64091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64091 is #59BF6E. Grayscale: #676767. Windows color (decimal): -5881711 or 9519270. OLE color: 9519270.

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

Color convert

RGB16664145-
CMYK00.610.130.35
HSL312.35º44.35%45.1%-
HSV(B)312.35º61.45%65.1%-
XYZ22.6713.8228.26-
YUV103.73151.29172.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 64 (25.39% from 255) = 17.07%
BLUE value IS 145 (57.03% from 255) = 38.67%
R=44.27%
G=17.07%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666414500.610.130.35312.3544.3545.1
HexA6409103DD231382c2d
Octal24610022107515434705455
Binary1010011010000001001000101111011101100011100111000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64091; }

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

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

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

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

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

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

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

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