#AE60AD

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

Shades of Violet Blue #AE60AD

Tints of Violet Blue #AE60AD

Color information

#AE60AD (or 0xAE60AD) is unknown color: approx Violet Blue. HEX triplet: AE, 60 and AD. RGB value is (174,96,173). Sum of RGB (Red+Green+Blue) = 174+96+173=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE60AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE60AD is #519F52. Grayscale: #7F7F7F. Windows color (decimal): -5349203 or 11362478. OLE color: 11362478.

HSL color Cylindrical-coordinate representation of color #AE60AD: hue angle of 300.77º degrees, saturation: 0.33, 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 #AE60AD is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17496173-
CMYK00.450.010.32
HSL300.77º32.5%52.94%-
HSV(B)300.77º44.83%68.24%-
XYZ29.1820.3841.93-
YUV128.1153.34160.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=39.28%
G=21.67%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749617300.450.010.32300.7732.552.94
HexAE60AD02D12012d2035
Octal2561402550551404554065
Binary1010111011000001010110101011011100000100101101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE60AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE60AD; }

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

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

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

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

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

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

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

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