#A3619E

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

Shades of Violet Blue #A3619E

Tints of Violet Blue #A3619E

Color information

#A3619E (or 0xA3619E) is unknown color: approx Violet Blue. HEX triplet: A3, 61 and 9E. RGB value is (163,97,158). Sum of RGB (Red+Green+Blue) = 163+97+158=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3619E is #5C9E61. Grayscale: #7B7B7B. Windows color (decimal): -6069858 or 10379683. OLE color: 10379683.

HSL color Cylindrical-coordinate representation of color #A3619E: hue angle of 304.55º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3619E is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16397158-
CMYK00.400.030.36
HSL304.55º26.4%50.98%-
HSV(B)304.55º40.49%63.92%-
XYZ25.5518.834.63-
YUV123.69147.37156.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=39.00%
G=23.21%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639715800.400.030.36304.5526.450.98
HexA3619E0283241311a33
Octal2431412360503444613263
Binary1010001111000011001111001010001110010010011000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3619E; }

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

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

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

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

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

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

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

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