#A65491

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

Shades of Violet Blue #A65491

Tints of Violet Blue #A65491

Color information

#A65491 (or 0xA65491) is unknown color: approx Violet Blue. HEX triplet: A6, 54 and 91. RGB value is (166,84,145). Sum of RGB (Red+Green+Blue) = 166+84+145=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A65491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65491 is #59AB6E. Grayscale: #737373. Windows color (decimal): -5876591 or 9524390. OLE color: 9524390.

HSL color Cylindrical-coordinate representation of color #A65491: hue angle of 315.37º 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 #A65491 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16684145-
CMYK00.490.130.35
HSL315.37º32.8%49.02%-
HSV(B)315.37º49.4%65.1%-
XYZ24.0116.4928.71-
YUV115.47144.67164.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 145 (57.03% from 255) = 36.71%
R=42.03%
G=21.27%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668414500.490.130.35315.3732.849.02
HexA65491031D2313b2131
Octal24612422106115434734161
Binary1010011010101001001000101100011101100011100111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65491; }

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

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

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

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

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

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

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

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