#A668A3

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

Shades of Violet Blue #A668A3

Tints of Violet Blue #A668A3

Color information

#A668A3 (or 0xA668A3) is unknown color: approx Violet Blue. HEX triplet: A6, 68 and A3. RGB value is (166,104,163). Sum of RGB (Red+Green+Blue) = 166+104+163=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A668A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A668A3 is #59975C. Grayscale: #818181. Windows color (decimal): -5871453 or 10709158. OLE color: 10709158.

HSL color Cylindrical-coordinate representation of color #A668A3: hue angle of 302.9º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A668A3 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB166104163-
CMYK00.370.020.35
HSL302.9º25.83%52.94%-
HSV(B)302.9º37.35%65.1%-
XYZ27.2920.6537.2-
YUV129.26147.04154.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 163 (64.06% from 255) = 37.64%
R=38.34%
G=24.02%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610416300.370.020.35302.925.8352.94
HexA668A302522312f1a35
Octal2461502430452434573265
Binary1010011011010001010001101001011010001110010111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A668A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A668A3; }

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

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

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

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

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

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

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

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