#A3669E

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

Shades of Violet Blue #A3669E

Tints of Violet Blue #A3669E

Color information

#A3669E (or 0xA3669E) is unknown color: approx Violet Blue. HEX triplet: A3, 66 and 9E. RGB value is (163,102,158). Sum of RGB (Red+Green+Blue) = 163+102+158=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A3669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3669E is #5C9961. Grayscale: #7E7E7E. Windows color (decimal): -6068578 or 10380963. OLE color: 10380963.

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

Color convert

RGB163102158-
CMYK00.370.030.36
HSL304.92º24.9%51.96%-
HSV(B)304.92º37.42%63.92%-
XYZ26.0319.7634.79-
YUV126.62145.71153.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=38.53%
G=24.11%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310215800.370.030.36304.9224.951.96
HexA3669E0253241311934
Octal2431462360453444613164
Binary1010001111001101001111001001011110010010011000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3669E; }

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

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

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

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

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

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

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

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