#AE63B0

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

Shades of Violet Blue #AE63B0

Tints of Violet Blue #AE63B0

Color information

#AE63B0 (or 0xAE63B0) is unknown color: approx Violet Blue. HEX triplet: AE, 63 and B0. RGB value is (174,99,176). Sum of RGB (Red+Green+Blue) = 174+99+176=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE63B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE63B0 is #519C4F. Grayscale: #818181. Windows color (decimal): -5348432 or 11559854. OLE color: 11559854.

HSL color Cylindrical-coordinate representation of color #AE63B0: hue angle of 298.44º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE63B0 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17499176-
CMYK0.010.4400.31
HSL298.44º32.77%53.92%-
HSV(B)298.44º43.75%69.02%-
XYZ29.7521.0643.57-
YUV130.2153.85159.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 99 (39.06% from 255) = 22.05%
BLUE value IS 176 (69.14% from 255) = 39.20%
R=38.75%
G=22.05%
B=39.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174991760.010.4400.31298.4432.7753.92
HexAE63B012C01F12a2136
Octal2561432601540374524166
Binary101011101100011101100001101100011111100101010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE63B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE63B0; }

 p { color: rgb(174,99,176); }

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

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

 a { background-color: rgb(174,99,176); }

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

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

 span { border-color: rgb(174,99,176); }

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