#A66FA1

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

Shades of Violet Blue #A66FA1

Tints of Violet Blue #A66FA1

Color information

#A66FA1 (or 0xA66FA1) is unknown color: approx Violet Blue. HEX triplet: A6, 6F and A1. RGB value is (166,111,161). Sum of RGB (Red+Green+Blue) = 166+111+161=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A66FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66FA1 is #59905E. Grayscale: #858585. Windows color (decimal): -5869663 or 10579878. OLE color: 10579878.

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

Color convert

RGB166111161-
CMYK00.330.030.35
HSL305.45º23.61%54.31%-
HSV(B)305.45º33.13%65.1%-
XYZ27.8422.0536.51-
YUV133.14143.72151.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 161 (63.28% from 255) = 36.76%
R=37.90%
G=25.34%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611116100.330.030.35305.4523.6154.31
HexA66FA10213231311836
Octal2461572410413434613066
Binary1010011011011111010000101000011110001110011000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FA1; }

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

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

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

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

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

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

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

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