#A5659D

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

Shades of Violet Blue #A5659D

Tints of Violet Blue #A5659D

Color information

#A5659D (or 0xA5659D) is unknown color: approx Violet Blue. HEX triplet: A5, 65 and 9D. RGB value is (165,101,157). Sum of RGB (Red+Green+Blue) = 165+101+157=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5659D is #5A9A62. Grayscale: #7E7E7E. Windows color (decimal): -5937763 or 10315173. OLE color: 10315173.

HSL color Cylindrical-coordinate representation of color #A5659D: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5659D is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB165101157-
CMYK00.390.050.35
HSL307.5º26.23%52.16%-
HSV(B)307.5º38.79%64.71%-
XYZ26.2619.7434.32-
YUV126.52145.2155.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=39.01%
G=23.88%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510115700.390.050.35307.526.2352.16
HexA5659D0275231341a34
Octal2451452350475434643264
Binary10100101110010110011101010011110110001110011010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5659D; }

 p { color: rgb(165,101,157); }

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

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

 a { background-color: rgb(165,101,157); }

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

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

 span { border-color: rgb(165,101,157); }

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