#A65590

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

Shades of Violet Blue #A65590

Tints of Violet Blue #A65590

Color information

#A65590 (or 0xA65590) is unknown color: approx Violet Blue. HEX triplet: A6, 55 and 90. RGB value is (166,85,144). Sum of RGB (Red+Green+Blue) = 166+85+144=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A65590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65590 is #59AA6F. Grayscale: #737373. Windows color (decimal): -5876336 or 9459110. OLE color: 9459110.

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

Color convert

RGB16685144-
CMYK00.490.130.35
HSL316.3º32.27%49.22%-
HSV(B)316.3º48.8%65.1%-
XYZ24.0116.6228.33-
YUV115.94143.84163.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=42.03%
G=21.52%
B=36.46%

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
Decimal1668514400.490.130.35316.332.2749.22
HexA65590031D2313c2031
Octal24612522006115434744061
Binary1010011010101011001000001100011101100011100111100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65590; }

 p { color: rgb(166,85,144); }

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

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

 a { background-color: rgb(166,85,144); }

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

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

 span { border-color: rgb(166,85,144); }

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