#A3609E

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

Shades of Violet Blue #A3609E

Tints of Violet Blue #A3609E

Color information

#A3609E (or 0xA3609E) is unknown color: approx Violet Blue. HEX triplet: A3, 60 and 9E. RGB value is (163,96,158). Sum of RGB (Red+Green+Blue) = 163+96+158=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3609E is #5C9F61. Grayscale: #7A7A7A. Windows color (decimal): -6070114 or 10379427. OLE color: 10379427.

HSL color Cylindrical-coordinate representation of color #A3609E: hue angle of 304.48º 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 #A3609E is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16396158-
CMYK00.410.030.36
HSL304.48º26.69%50.78%-
HSV(B)304.48º41.1%63.92%-
XYZ25.4618.6234.6-
YUV123.1147.7156.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=39.09%
G=23.02%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639615800.410.030.36304.4826.6950.78
HexA3609E0293241301b33
Octal2431402360513444603363
Binary1010001111000001001111001010011110010010011000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3609E; }

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

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

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

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

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

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

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

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