#A66193

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

Shades of Violet Blue #A66193

Tints of Violet Blue #A66193

Color information

#A66193 (or 0xA66193) is unknown color: approx Violet Blue. HEX triplet: A6, 61 and 93. RGB value is (166,97,147). Sum of RGB (Red+Green+Blue) = 166+97+147=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A66193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66193 is #599E6C. Grayscale: #7B7B7B. Windows color (decimal): -5873261 or 9658790. OLE color: 9658790.

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

Color convert

RGB16697147-
CMYK00.420.110.35
HSL316.52º27.94%51.57%-
HSV(B)316.52º41.57%65.1%-
XYZ25.2718.7629.89-
YUV123.33141.36158.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=40.49%
G=23.66%
B=35.85%

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
Decimal1669714700.420.110.35316.5227.9451.57
HexA6619302AB2313d1c34
Octal24614122305213434753464
Binary101001101100001100100110101010101110001110011110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66193; }

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

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

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

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

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

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

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

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