#A3669F

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

Shades of Violet Blue #A3669F

Tints of Violet Blue #A3669F

Color information

#A3669F (or 0xA3669F) is unknown color: approx Violet Blue. HEX triplet: A3, 66 and 9F. RGB value is (163,102,159). Sum of RGB (Red+Green+Blue) = 163+102+159=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A3669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3669F is #5C9960. Grayscale: #7E7E7E. Windows color (decimal): -6068577 or 10446499. OLE color: 10446499.

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

Color convert

RGB163102159-
CMYK00.370.020.36
HSL303.93º24.9%51.96%-
HSV(B)303.93º37.42%63.92%-
XYZ26.1119.7935.24-
YUV126.74146.21153.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=38.44%
G=24.06%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310215900.370.020.36303.9324.951.96
HexA3669F0252241301934
Octal2431462370452444603164
Binary1010001111001101001111101001011010010010011000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3669F; }

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

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

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

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

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

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

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

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