#AE63B4

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

Shades of Violet Blue #AE63B4

Tints of Violet Blue #AE63B4

Color information

#AE63B4 (or 0xAE63B4) is unknown color: approx Violet Blue. HEX triplet: AE, 63 and B4. RGB value is (174,99,180). Sum of RGB (Red+Green+Blue) = 174+99+180=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE63B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63B4 is #519C4B. Grayscale: #828282. Windows color (decimal): -5348428 or 11821998. OLE color: 11821998.

HSL color Cylindrical-coordinate representation of color #AE63B4: hue angle of 295.56º degrees, saturation: 0.35, 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 #AE63B4 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17499180-
CMYK0.030.4500.29
HSL295.56º35.06%54.71%-
HSV(B)295.56º45%70.59%-
XYZ30.1621.2245.69-
YUV130.66155.85158.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=38.41%
G=21.85%
B=39.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174991800.030.4500.29295.5635.0654.71
HexAE63B432D01D1282337
Octal2561432643550354504367
Binary1010111011000111011010011101101011101100101000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE63B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE63B4; }

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

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

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

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

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

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

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

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