#A3609F

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

Shades of Violet Blue #A3609F

Tints of Violet Blue #A3609F

Color information

#A3609F (or 0xA3609F) is unknown color: approx Violet Blue. HEX triplet: A3, 60 and 9F. RGB value is (163,96,159). Sum of RGB (Red+Green+Blue) = 163+96+159=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3609F is #5C9F60. Grayscale: #7B7B7B. Windows color (decimal): -6070113 or 10444963. OLE color: 10444963.

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

Color convert

RGB16396159-
CMYK00.410.020.36
HSL303.58º26.69%50.78%-
HSV(B)303.58º41.1%63.92%-
XYZ25.5518.6635.06-
YUV123.22148.2156.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=39.00%
G=22.97%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639615900.410.020.36303.5826.6950.78
HexA3609F0292241301b33
Octal2431402370512444603363
Binary1010001111000001001111101010011010010010011000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3609F; }

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

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

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

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

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

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

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

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