#AE60AF

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

Shades of Violet Blue #AE60AF

Tints of Violet Blue #AE60AF

Color information

#AE60AF (or 0xAE60AF) is unknown color: approx Violet Blue. HEX triplet: AE, 60 and AF. RGB value is (174,96,175). Sum of RGB (Red+Green+Blue) = 174+96+175=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE60AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE60AF is #519F50. Grayscale: #808080. Windows color (decimal): -5349201 or 11493550. OLE color: 11493550.

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

Color convert

RGB17496175-
CMYK0.010.4500.31
HSL299.24º33.05%53.14%-
HSV(B)299.24º45.14%68.63%-
XYZ29.3820.4642.96-
YUV128.33154.34160.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=39.10%
G=21.57%
B=39.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174961750.010.4500.31299.2433.0553.14
HexAE60AF12D01F12b2135
Octal2561402571550374534165
Binary101011101100000101011111101101011111100101011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE60AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE60AF; }

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

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

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

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

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

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

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

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