#A66393

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

Shades of Violet Blue #A66393

Tints of Violet Blue #A66393

Color information

#A66393 (or 0xA66393) is unknown color: approx Violet Blue. HEX triplet: A6, 63 and 93. RGB value is (166,99,147). Sum of RGB (Red+Green+Blue) = 166+99+147=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A66393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66393 is #599C6C. Grayscale: #7C7C7C. Windows color (decimal): -5872749 or 9659302. OLE color: 9659302.

HSL color Cylindrical-coordinate representation of color #A66393: hue angle of 317.01º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66393 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16699147-
CMYK00.400.110.35
HSL317.01º27.35%51.96%-
HSV(B)317.01º40.36%65.1%-
XYZ25.4519.1429.96-
YUV124.5140.7157.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=40.29%
G=24.03%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669914700.400.110.35317.0127.3551.96
HexA66393028B2313d1b34
Octal24614322305013434753364
Binary101001101100011100100110101000101110001110011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66393; }

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

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

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

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

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

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

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

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