#A5409C

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

Shades of Violet Blue #A5409C

Tints of Violet Blue #A5409C

Color information

#A5409C (or 0xA5409C) is unknown color: approx Violet Blue. HEX triplet: A5, 40 and 9C. RGB value is (165,64,156). Sum of RGB (Red+Green+Blue) = 165+64+156=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5409C is #5ABF63. Grayscale: #686868. Windows color (decimal): -5947236 or 10240165. OLE color: 10240165.

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

Color convert

RGB16564156-
CMYK00.610.050.35
HSL305.35º44.1%44.9%-
HSV(B)305.35º61.21%64.71%-
XYZ23.3514.0732.94-
YUV104.69156.96171.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=42.86%
G=16.62%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656415600.610.050.35305.3544.144.9
HexA5409C03D5231312c2d
Octal2451002340755434615455
Binary101001011000000100111000111101101100011100110001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5409C; }

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

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

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

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

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

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

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

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