#A5609E

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

Shades of Violet Blue #A5609E

Tints of Violet Blue #A5609E

Color information

#A5609E (or 0xA5609E) is unknown color: approx Violet Blue. HEX triplet: A5, 60 and 9E. RGB value is (165,96,158). Sum of RGB (Red+Green+Blue) = 165+96+158=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A5609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5609E is #5A9F61. Grayscale: #7B7B7B. Windows color (decimal): -5939042 or 10379429. OLE color: 10379429.

HSL color Cylindrical-coordinate representation of color #A5609E: hue angle of 306.09º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5609E is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16596158-
CMYK00.420.040.35
HSL306.09º27.71%51.18%-
HSV(B)306.09º41.82%64.71%-
XYZ25.8718.8334.62-
YUV123.7147.36157.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=39.38%
G=22.91%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659615800.420.040.35306.0927.7151.18
HexA5609E02A4231321c33
Octal2451402360524434623463
Binary10100101110000010011110010101010010001110011001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5609E; }

 p { color: rgb(165,96,158); }

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

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

 a { background-color: rgb(165,96,158); }

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

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

 span { border-color: rgb(165,96,158); }

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