#A066AC

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

Shades of Violet Blue #A066AC

Tints of Violet Blue #A066AC

Color information

#A066AC (or 0xA066AC) is unknown color: approx Violet Blue. HEX triplet: A0, 66 and AC. RGB value is (160,102,172). Sum of RGB (Red+Green+Blue) = 160+102+172=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #A066AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A066AC is #5F9953. Grayscale: #7F7F7F. Windows color (decimal): -6265172 or 11298464. OLE color: 11298464.

HSL color Cylindrical-coordinate representation of color #A066AC: hue angle of 289.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A066AC is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160102172-
CMYK0.070.4100.33
HSL289.71º29.66%53.73%-
HSV(B)289.71º40.7%67.45%-
XYZ26.6919.9541.47-
YUV127.32153.22151.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 102 (40.23% from 255) = 23.50%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=36.87%
G=23.50%
B=39.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601021720.070.4100.33289.7129.6653.73
HexA066AC7290211221e36
Octal2401462547510414423666
Binary10100000110011010101100111101001010000110010001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A066AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A066AC; }

 p { color: rgb(160,102,172); }

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

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

 a { background-color: rgb(160,102,172); }

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

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

 span { border-color: rgb(160,102,172); }

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