#A669AD

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

Shades of Violet Blue #A669AD

Tints of Violet Blue #A669AD

Color information

#A669AD (or 0xA669AD) is unknown color: approx Violet Blue. HEX triplet: A6, 69 and AD. RGB value is (166,105,173). Sum of RGB (Red+Green+Blue) = 166+105+173=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #A669AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A669AD is #599652. Grayscale: #828282. Windows color (decimal): -5871187 or 11364774. OLE color: 11364774.

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

Color convert

RGB166105173-
CMYK0.040.3900.32
HSL293.82º29.31%54.51%-
HSV(B)293.82º39.31%67.84%-
XYZ28.3221.2342.14-
YUV130.99151.71152.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=37.39%
G=23.65%
B=38.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661051730.040.3900.32293.8229.3154.51
HexA669AD4270201261d37
Octal2461512554470404463567
Binary10100110110100110101101100100111010000010010011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A669AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A669AD; }

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

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

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

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

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

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

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

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