#A66BAD

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

Shades of Violet Blue #A66BAD

Tints of Violet Blue #A66BAD

Color information

#A66BAD (or 0xA66BAD) is unknown color: approx Violet Blue. HEX triplet: A6, 6B and AD. RGB value is (166,107,173). Sum of RGB (Red+Green+Blue) = 166+107+173=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #A66BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66BAD is #599452. Grayscale: #838383. Windows color (decimal): -5870675 or 11365286. OLE color: 11365286.

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

Color convert

RGB166107173-
CMYK0.040.3800.32
HSL293.64º28.7%54.9%-
HSV(B)293.64º38.15%67.84%-
XYZ28.5321.6442.21-
YUV132.16151.05152.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=37.22%
G=23.99%
B=38.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661071730.040.3800.32293.6428.754.9
HexA66BAD4260201261d37
Octal2461532554460404463567
Binary10100110110101110101101100100110010000010010011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BAD; }

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

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

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

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

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

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

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

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