#A66FA3

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

Shades of Violet Blue #A66FA3

Tints of Violet Blue #A66FA3

Color information

#A66FA3 (or 0xA66FA3) is unknown color: approx Violet Blue. HEX triplet: A6, 6F and A3. RGB value is (166,111,163). Sum of RGB (Red+Green+Blue) = 166+111+163=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A66FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66FA3 is #59905C. Grayscale: #858585. Windows color (decimal): -5869661 or 10710950. OLE color: 10710950.

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

Color convert

RGB166111163-
CMYK00.330.020.35
HSL303.27º23.61%54.31%-
HSV(B)303.27º33.13%65.1%-
XYZ28.0222.1237.44-
YUV133.37144.72151.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=37.73%
G=25.23%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611116300.330.020.35303.2723.6154.31
HexA66FA302122312f1836
Octal2461572430412434573066
Binary1010011011011111010001101000011010001110010111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FA3; }

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

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

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

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

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

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

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

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