#A660AF

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

Shades of Violet Blue #A660AF

Tints of Violet Blue #A660AF

Color information

#A660AF (or 0xA660AF) is unknown color: approx Violet Blue. HEX triplet: A6, 60 and AF. RGB value is (166,96,175). Sum of RGB (Red+Green+Blue) = 166+96+175=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #A660AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A660AF is #599F50. Grayscale: #7D7D7D. Windows color (decimal): -5873489 or 11493542. OLE color: 11493542.

HSL color Cylindrical-coordinate representation of color #A660AF: hue angle of 293.16º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A660AF is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16696175-
CMYK0.050.4500.31
HSL293.16º33.05%53.14%-
HSV(B)293.16º45.14%68.63%-
XYZ27.6519.5742.88-
YUV125.94155.69156.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=37.99%
G=21.97%
B=40.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166961750.050.4500.31293.1633.0553.14
HexA660AF52D01F1252135
Octal2461402575550374454165
Binary10100110110000010101111101101101011111100100101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660AF; }

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

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

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

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

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

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

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

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