#A66294

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

Shades of Violet Blue #A66294

Tints of Violet Blue #A66294

Color information

#A66294 (or 0xA66294) is unknown color: approx Violet Blue. HEX triplet: A6, 62 and 94. RGB value is (166,98,148). Sum of RGB (Red+Green+Blue) = 166+98+148=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A66294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66294 is #599D6B. Grayscale: #7B7B7B. Windows color (decimal): -5873004 or 9724582. OLE color: 9724582.

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

Color convert

RGB16698148-
CMYK00.410.110.35
HSL315.88º27.64%51.76%-
HSV(B)315.88º40.96%65.1%-
XYZ25.4418.9830.34-
YUV124.03141.53157.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 148 (58.20% from 255) = 35.92%
R=40.29%
G=23.79%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669814800.410.110.35315.8827.6451.76
HexA66294029B2313c1c34
Octal24614222405113434743464
Binary101001101100010100101000101001101110001110011110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66294; }

 p { color: rgb(166,98,148); }

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

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

 a { background-color: rgb(166,98,148); }

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

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

 span { border-color: rgb(166,98,148); }

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