#A4609E

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

Shades of Violet Blue #A4609E

Tints of Violet Blue #A4609E

Color information

#A4609E (or 0xA4609E) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and 9E. RGB value is (164,96,158). Sum of RGB (Red+Green+Blue) = 164+96+158=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4609E is #5B9F61. Grayscale: #7B7B7B. Windows color (decimal): -6004578 or 10379428. OLE color: 10379428.

HSL color Cylindrical-coordinate representation of color #A4609E: hue angle of 305.29º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4609E is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16496158-
CMYK00.410.040.36
HSL305.29º27.2%50.98%-
HSV(B)305.29º41.46%64.31%-
XYZ25.6618.7334.61-
YUV123.4147.53156.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=39.23%
G=22.97%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649615800.410.040.36305.2927.250.98
HexA4609E0294241311b33
Octal2441402360514444613363
Binary10100100110000010011110010100110010010010011000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4609E; }

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

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

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

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

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

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

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

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