#A66FAD

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

Shades of Violet Blue #A66FAD

Tints of Violet Blue #A66FAD

Color information

#A66FAD (or 0xA66FAD) is unknown color: approx Violet Blue. HEX triplet: A6, 6F and AD. RGB value is (166,111,173). Sum of RGB (Red+Green+Blue) = 166+111+173=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #A66FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66FAD is #599052. Grayscale: #868686. Windows color (decimal): -5869651 or 11366310. OLE color: 11366310.

HSL color Cylindrical-coordinate representation of color #A66FAD: hue angle of 293.23º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66FAD is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166111173-
CMYK0.040.3600.32
HSL293.23º27.43%55.69%-
HSV(B)293.23º35.84%67.84%-
XYZ28.9522.4942.35-
YUV134.51149.72150.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=36.89%
G=24.67%
B=38.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661111730.040.3600.32293.2327.4355.69
HexA66FAD4240201251b38
Octal2461572554440404453370
Binary10100110110111110101101100100100010000010010010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FAD; }

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

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

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

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

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

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

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

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