#A64597

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

Shades of Violet Blue #A64597

Tints of Violet Blue #A64597

Color information

#A64597 (or 0xA64597) is unknown color: approx Violet Blue. HEX triplet: A6, 45 and 97. RGB value is (166,69,151). Sum of RGB (Red+Green+Blue) = 166+69+151=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A64597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64597 is #59BA68. Grayscale: #6B6B6B. Windows color (decimal): -5880425 or 9913766. OLE color: 9913766.

HSL color Cylindrical-coordinate representation of color #A64597: hue angle of 309.28º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64597 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB16669151-
CMYK00.580.090.35
HSL309.28º41.28%46.08%-
HSV(B)309.28º58.43%65.1%-
XYZ23.4414.630.86-
YUV107.35152.64169.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 69 (27.34% from 255) = 17.88%
BLUE value IS 151 (59.38% from 255) = 39.12%
R=43.01%
G=17.88%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666915100.580.090.35309.2841.2846.08
HexA6459703A923135292e
Octal24610522707211434655156
Binary1010011010001011001011101110101001100011100110101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64597; }

 p { color: rgb(166,69,151); }

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

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

 a { background-color: rgb(166,69,151); }

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

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

 span { border-color: rgb(166,69,151); }

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