#A66099

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

Shades of Violet Blue #A66099

Tints of Violet Blue #A66099

Color information

#A66099 (or 0xA66099) is unknown color: approx Violet Blue. HEX triplet: A6, 60 and 99. RGB value is (166,96,153). Sum of RGB (Red+Green+Blue) = 166+96+153=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A66099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66099 is #599F66. Grayscale: #7B7B7B. Windows color (decimal): -5873511 or 10051750. OLE color: 10051750.

HSL color Cylindrical-coordinate representation of color #A66099: hue angle of 311.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66099 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16696153-
CMYK00.420.080.35
HSL311.14º28.23%51.37%-
HSV(B)311.14º42.17%65.1%-
XYZ25.6618.7732.41-
YUV123.43144.69158.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=40%
G=23.13%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669615300.420.080.35311.1428.2351.37
HexA6609902A8231371c33
Octal24614023105210434673463
Binary101001101100000100110010101010100010001110011011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66099; }

 p { color: rgb(166,96,153); }

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

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

 a { background-color: rgb(166,96,153); }

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

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

 span { border-color: rgb(166,96,153); }

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