#AE63B5

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

Shades of Violet Blue #AE63B5

Tints of Violet Blue #AE63B5

Color information

#AE63B5 (or 0xAE63B5) is unknown color: approx Violet Blue. HEX triplet: AE, 63 and B5. RGB value is (174,99,181). Sum of RGB (Red+Green+Blue) = 174+99+181=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE63B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63B5 is #519C4A. Grayscale: #828282. Windows color (decimal): -5348427 or 11887534. OLE color: 11887534.

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

Color convert

RGB17499181-
CMYK0.040.4500.29
HSL294.88º35.65%54.9%-
HSV(B)294.88º45.3%70.98%-
XYZ30.2621.2646.22-
YUV130.77156.35158.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 99 (39.06% from 255) = 21.81%
BLUE value IS 181 (71.09% from 255) = 39.87%
R=38.33%
G=21.81%
B=39.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174991810.040.4500.29294.8835.6554.9
HexAE63B542D01D1272437
Octal2561432654550354474467
Binary10101110110001110110101100101101011101100100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE63B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE63B5; }

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

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

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

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

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

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

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

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