#A661AE

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

Shades of Violet Blue #A661AE

Tints of Violet Blue #A661AE

Color information

#A661AE (or 0xA661AE) is unknown color: approx Violet Blue. HEX triplet: A6, 61 and AE. RGB value is (166,97,174). Sum of RGB (Red+Green+Blue) = 166+97+174=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #A661AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A661AE is #599E51. Grayscale: #7E7E7E. Windows color (decimal): -5873234 or 11428262. OLE color: 11428262.

HSL color Cylindrical-coordinate representation of color #A661AE: hue angle of 293.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A661AE is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16697174-
CMYK0.050.4400.32
HSL293.77º32.22%53.14%-
HSV(B)293.77º44.25%68.24%-
XYZ27.6419.7142.39-
YUV126.41154.86156.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=37.99%
G=22.20%
B=39.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166971740.050.4400.32293.7732.2253.14
HexA661AE52C0201262035
Octal2461412565540404464065
Binary101001101100001101011101011011000100000100100110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A661AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A661AE; }

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

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

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

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

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

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

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

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