#A060AE

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

Shades of Violet Blue #A060AE

Tints of Violet Blue #A060AE

Color information

#A060AE (or 0xA060AE) is unknown color: approx Violet Blue. HEX triplet: A0, 60 and AE. RGB value is (160,96,174). Sum of RGB (Red+Green+Blue) = 160+96+174=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #A060AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A060AE is #5F9F51. Grayscale: #7B7B7B. Windows color (decimal): -6266706 or 11428000. OLE color: 11428000.

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

Color convert

RGB16096174-
CMYK0.080.4500.32
HSL289.23º32.5%52.94%-
HSV(B)289.23º44.83%68.24%-
XYZ26.3218.942.3-
YUV124.03156.2153.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=37.21%
G=22.33%
B=40.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160961740.080.4500.32289.2332.552.94
HexA060AE82D0201212035
Octal24014025610550404414065
Binary1010000011000001010111010001011010100000100100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A060AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A060AE; }

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

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

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

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

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

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

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

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