#A3699B

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

Shades of Violet Blue #A3699B

Tints of Violet Blue #A3699B

Color information

#A3699B (or 0xA3699B) is unknown color: approx Violet Blue. HEX triplet: A3, 69 and 9B. RGB value is (163,105,155). Sum of RGB (Red+Green+Blue) = 163+105+155=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A3699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3699B is #5C9664. Grayscale: #7F7F7F. Windows color (decimal): -6067813 or 10185123. OLE color: 10185123.

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

Color convert

RGB163105155-
CMYK00.360.050.36
HSL308.28º23.97%52.55%-
HSV(B)308.28º35.58%63.92%-
XYZ26.0720.2633.55-
YUV128.04143.22152.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=38.53%
G=24.82%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310515500.360.050.36308.2823.9752.55
HexA3699B0245241341835
Octal2431512330445444643065
Binary10100011110100110011011010010010110010010011010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3699B; }

 p { color: rgb(163,105,155); }

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

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

 a { background-color: rgb(163,105,155); }

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

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

 span { border-color: rgb(163,105,155); }

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