#A4619F

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

Shades of Violet Blue #A4619F

Tints of Violet Blue #A4619F

Color information

#A4619F (or 0xA4619F) is unknown color: approx Violet Blue. HEX triplet: A4, 61 and 9F. RGB value is (164,97,159). Sum of RGB (Red+Green+Blue) = 164+97+159=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A4619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4619F is #5B9E60. Grayscale: #7B7B7B. Windows color (decimal): -6004321 or 10445220. OLE color: 10445220.

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

Color convert

RGB16497159-
CMYK00.410.030.36
HSL304.48º26.91%51.18%-
HSV(B)304.48º40.85%64.31%-
XYZ25.8418.9535.1-
YUV124.1147.7156.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 159 (62.5% from 255) = 37.86%
R=39.05%
G=23.10%
B=37.86%

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
Decimal1649715900.410.030.36304.4826.9151.18
HexA4619F0293241301b33
Octal2441412370513444603363
Binary1010010011000011001111101010011110010010011000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4619F; }

 p { color: rgb(164,97,159); }

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

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

 a { background-color: rgb(164,97,159); }

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

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

 span { border-color: rgb(164,97,159); }

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