#a65493

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

Shades of Violet Blue #A65493

Tints of Violet Blue #A65493

Color information

#A65493 (or 0xA65493) is unknown color: approx Violet Blue. HEX triplet: A6, 54 and 93. RGB value is (166,84,147). Sum of RGB (Red+Green+Blue) = 166+84+147=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A65493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65493 is #59AB6C. Grayscale: #737373. Windows color (decimal): -5876589 or 9655462. OLE color: 9655462.

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

Color convert

RGB16684147-
CMYK00.490.110.35
HSL313.9º32.8%49.02%-
HSV(B)313.9º49.4%65.1%-
XYZ24.1616.5529.53-
YUV115.7145.67163.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=41.81%
G=21.16%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668414700.490.110.35313.932.849.02
HexA65493031B2313a2131
Octal24612422306113434724161
Binary1010011010101001001001101100011011100011100111010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a65493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a65493; }

 p { color: rgb(166,84,147); }

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

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

 a { background-color: rgb(166,84,147); }

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

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

 span { border-color: rgb(166,84,147); }

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