#A66DAD

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

Shades of Violet Blue #A66DAD

Tints of Violet Blue #A66DAD

Color information

#A66DAD (or 0xA66DAD) is unknown color: approx Violet Blue. HEX triplet: A6, 6D and AD. RGB value is (166,109,173). Sum of RGB (Red+Green+Blue) = 166+109+173=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #A66DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66DAD is #599252. Grayscale: #858585. Windows color (decimal): -5870163 or 11365798. OLE color: 11365798.

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

Color convert

RGB166109173-
CMYK0.040.3700.32
HSL293.44º28.07%55.29%-
HSV(B)293.44º36.99%67.84%-
XYZ28.7422.0642.28-
YUV133.34150.38151.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.05%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=37.05%
G=24.33%
B=38.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661091730.040.3700.32293.4428.0755.29
HexA66DAD4250201251c37
Octal2461552554450404453467
Binary10100110110110110101101100100101010000010010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66DAD; }

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

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

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

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

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

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

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

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