#A5609C

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

Shades of Violet Blue #A5609C

Tints of Violet Blue #A5609C

Color information

#A5609C (or 0xA5609C) is unknown color: approx Violet Blue. HEX triplet: A5, 60 and 9C. RGB value is (165,96,156). Sum of RGB (Red+Green+Blue) = 165+96+156=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A5609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5609C is #5A9F63. Grayscale: #7B7B7B. Windows color (decimal): -5939044 or 10248357. OLE color: 10248357.

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

Color convert

RGB16596156-
CMYK00.420.050.35
HSL307.83º27.71%51.18%-
HSV(B)307.83º41.82%64.71%-
XYZ25.718.7733.72-
YUV123.47146.36157.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=39.57%
G=23.02%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659615600.420.050.35307.8327.7151.18
HexA5609C02A5231341c33
Octal2451402340525434643463
Binary10100101110000010011100010101010110001110011010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5609C; }

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

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

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

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

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

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

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

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