#A668AA

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

Shades of Violet Blue #A668AA

Tints of Violet Blue #A668AA

Color information

#A668AA (or 0xA668AA) is unknown color: approx Violet Blue. HEX triplet: A6, 68 and AA. RGB value is (166,104,170). Sum of RGB (Red+Green+Blue) = 166+104+170=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #A668AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A668AA is #599755. Grayscale: #818181. Windows color (decimal): -5871446 or 11167910. OLE color: 11167910.

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

Color convert

RGB166104170-
CMYK0.020.3900.33
HSL296.36º27.97%53.73%-
HSV(B)296.36º38.82%66.67%-
XYZ27.9320.9140.59-
YUV130.06150.54153.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=37.73%
G=23.64%
B=38.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661041700.020.3900.33296.3627.9753.73
HexA668AA2270211281c36
Octal2461502522470414503466
Binary1010011011010001010101010100111010000110010100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A668AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A668AA; }

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

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

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

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

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

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

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

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