#A3699F

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

Shades of Violet Blue #A3699F

Tints of Violet Blue #A3699F

Color information

#A3699F (or 0xA3699F) is unknown color: approx Violet Blue. HEX triplet: A3, 69 and 9F. RGB value is (163,105,159). Sum of RGB (Red+Green+Blue) = 163+105+159=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A3699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3699F is #5C9660. Grayscale: #808080. Windows color (decimal): -6067809 or 10447267. OLE color: 10447267.

HSL color Cylindrical-coordinate representation of color #A3699F: hue angle of 304.14º 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 #A3699F is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB163105159-
CMYK00.360.020.36
HSL304.14º23.97%52.55%-
HSV(B)304.14º35.58%63.92%-
XYZ26.4120.3935.34-
YUV128.5145.22152.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=38.17%
G=24.59%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310515900.360.020.36304.1423.9752.55
HexA3699F0242241301835
Octal2431512370442444603065
Binary1010001111010011001111101001001010010010011000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3699F; }

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

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

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

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

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

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

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

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