#A3689E

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

Shades of Violet Blue #A3689E

Tints of Violet Blue #A3689E

Color information

#A3689E (or 0xA3689E) is unknown color: approx Violet Blue. HEX triplet: A3, 68 and 9E. RGB value is (163,104,158). Sum of RGB (Red+Green+Blue) = 163+104+158=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A3689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3689E is #5C9761. Grayscale: #7F7F7F. Windows color (decimal): -6068066 or 10381475. OLE color: 10381475.

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

Color convert

RGB163104158-
CMYK00.360.030.36
HSL305.08º24.28%52.35%-
HSV(B)305.08º36.2%63.92%-
XYZ26.2320.1634.86-
YUV127.8145.05153.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=38.35%
G=24.47%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310415800.360.030.36305.0824.2852.35
HexA3689E0243241311834
Octal2431502360443444613064
Binary1010001111010001001111001001001110010010011000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3689E; }

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

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

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

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

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

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

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

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