#A066AE

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

Shades of Violet Blue #A066AE

Tints of Violet Blue #A066AE

Color information

#A066AE (or 0xA066AE) is unknown color: approx Violet Blue. HEX triplet: A0, 66 and AE. RGB value is (160,102,174). Sum of RGB (Red+Green+Blue) = 160+102+174=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #A066AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A066AE is #5F9951. Grayscale: #7F7F7F. Windows color (decimal): -6265170 or 11429536. OLE color: 11429536.

HSL color Cylindrical-coordinate representation of color #A066AE: hue angle of 288.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A066AE is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160102174-
CMYK0.080.4100.32
HSL288.33º30.77%54.12%-
HSV(B)288.33º41.38%68.24%-
XYZ26.8920.0342.49-
YUV127.55154.22151.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=36.70%
G=23.39%
B=39.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601021740.080.4100.32288.3330.7754.12
HexA066AE8290201201f36
Octal24014625610510404403766
Binary101000001100110101011101000101001010000010010000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A066AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A066AE; }

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

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

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

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

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

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

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

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