#A4669F

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

Shades of Violet Blue #A4669F

Tints of Violet Blue #A4669F

Color information

#A4669F (or 0xA4669F) is unknown color: approx Violet Blue. HEX triplet: A4, 66 and 9F. RGB value is (164,102,159). Sum of RGB (Red+Green+Blue) = 164+102+159=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A4669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4669F is #5B9960. Grayscale: #7E7E7E. Windows color (decimal): -6003041 or 10446500. OLE color: 10446500.

HSL color Cylindrical-coordinate representation of color #A4669F: hue angle of 304.84º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4669F is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164102159-
CMYK00.380.030.36
HSL304.84º25.41%52.16%-
HSV(B)304.84º37.8%64.31%-
XYZ26.3219.935.25-
YUV127.04146.04154.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=38.59%
G=24%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410215900.380.030.36304.8425.4152.16
HexA4669F0263241311934
Octal2441462370463444613164
Binary1010010011001101001111101001101110010010011000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4669F; }

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

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

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

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

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

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

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

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