#A669AA

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

Shades of Violet Blue #A669AA

Tints of Violet Blue #A669AA

Color information

#A669AA (or 0xA669AA) is unknown color: approx Violet Blue. HEX triplet: A6, 69 and AA. RGB value is (166,105,170). Sum of RGB (Red+Green+Blue) = 166+105+170=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #A669AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A669AA is #599655. Grayscale: #828282. Windows color (decimal): -5871190 or 11168166. OLE color: 11168166.

HSL color Cylindrical-coordinate representation of color #A669AA: hue angle of 296.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A669AA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166105170-
CMYK0.020.3800.33
HSL296.31º27.66%53.92%-
HSV(B)296.31º38.24%66.67%-
XYZ28.0321.1140.63-
YUV130.65150.21153.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=37.64%
G=23.81%
B=38.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661051700.020.3800.33296.3127.6653.92
HexA669AA2260211281c36
Octal2461512522460414503466
Binary1010011011010011010101010100110010000110010100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A669AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A669AA; }

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

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

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

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

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

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

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

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