#A66093

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

Shades of Violet Blue #A66093

Tints of Violet Blue #A66093

Color information

#A66093 (or 0xA66093) is unknown color: approx Violet Blue. HEX triplet: A6, 60 and 93. RGB value is (166,96,147). Sum of RGB (Red+Green+Blue) = 166+96+147=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A66093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66093 is #599F6C. Grayscale: #7A7A7A. Windows color (decimal): -5873517 or 9658534. OLE color: 9658534.

HSL color Cylindrical-coordinate representation of color #A66093: hue angle of 316.29º 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 #A66093 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16696147-
CMYK00.420.110.35
HSL316.29º28.23%51.37%-
HSV(B)316.29º42.17%65.1%-
XYZ25.1818.5829.86-
YUV122.74141.69158.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=40.59%
G=23.47%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669614700.420.110.35316.2928.2351.37
HexA6609302AB2313c1c33
Octal24614022305213434743463
Binary101001101100000100100110101010101110001110011110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66093; }

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

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

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

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

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

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

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

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