#A5409E

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

Shades of Violet Blue #A5409E

Tints of Violet Blue #A5409E

Color information

#A5409E (or 0xA5409E) is unknown color: approx Violet Blue. HEX triplet: A5, 40 and 9E. RGB value is (165,64,158). Sum of RGB (Red+Green+Blue) = 165+64+158=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5409E is #5ABF61. Grayscale: #686868. Windows color (decimal): -5947234 or 10371237. OLE color: 10371237.

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

Color convert

RGB16564158-
CMYK00.610.040.35
HSL304.16º44.1%44.9%-
HSV(B)304.16º61.21%64.71%-
XYZ23.5214.1333.84-
YUV104.92157.96170.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 64 (25.39% from 255) = 16.54%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=42.64%
G=16.54%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656415800.610.040.35304.1644.144.9
HexA5409E03D4231302c2d
Octal2451002360754434605455
Binary101001011000000100111100111101100100011100110000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5409E; }

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

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

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

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

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

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

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

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