#AE60B4

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

Shades of Violet Blue #AE60B4

Tints of Violet Blue #AE60B4

Color information

#AE60B4 (or 0xAE60B4) is unknown color: approx Violet Blue. HEX triplet: AE, 60 and B4. RGB value is (174,96,180). Sum of RGB (Red+Green+Blue) = 174+96+180=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE60B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60B4 is #519F4B. Grayscale: #808080. Windows color (decimal): -5349196 or 11821230. OLE color: 11821230.

HSL color Cylindrical-coordinate representation of color #AE60B4: hue angle of 295.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE60B4 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17496180-
CMYK0.030.4700.29
HSL295.71º35.9%54.12%-
HSV(B)295.71º46.67%70.59%-
XYZ29.8820.6645.59-
YUV128.9156.84160.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 96 (37.89% from 255) = 21.33%
BLUE value IS 180 (70.70% from 255) = 40%
R=38.67%
G=21.33%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174961800.030.4700.29295.7135.954.12
HexAE60B432F01D1282436
Octal2561402643570354504466
Binary1010111011000001011010011101111011101100101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE60B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE60B4; }

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

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

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

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

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

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

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

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