#A4689E

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

Shades of Violet Blue #A4689E

Tints of Violet Blue #A4689E

Color information

#A4689E (or 0xA4689E) is unknown color: approx Violet Blue. HEX triplet: A4, 68 and 9E. RGB value is (164,104,158). Sum of RGB (Red+Green+Blue) = 164+104+158=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A4689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4689E is #5B9761. Grayscale: #7F7F7F. Windows color (decimal): -6002530 or 10381476. OLE color: 10381476.

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

Color convert

RGB164104158-
CMYK00.370.040.36
HSL306º24.79%52.55%-
HSV(B)306º36.59%64.31%-
XYZ26.4320.2634.87-
YUV128.1144.88153.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=38.50%
G=24.41%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410415800.370.040.3630624.7952.55
HexA4689E0254241321935
Octal2441502360454444623165
Binary10100100110100010011110010010110010010010011001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4689E; }

 p { color: rgb(164,104,158); }

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

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

 a { background-color: rgb(164,104,158); }

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

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

 span { border-color: rgb(164,104,158); }

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