#AE4E98

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

Shades of Violet Blue #AE4E98

Tints of Violet Blue #AE4E98

Color information

#AE4E98 (or 0xAE4E98) is unknown color: approx Violet Blue. HEX triplet: AE, 4E and 98. RGB value is (174,78,152). Sum of RGB (Red+Green+Blue) = 174+78+152=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4E98 is #51B167. Grayscale: #727272. Windows color (decimal): -5353832 or 9981614. OLE color: 9981614.

HSL color Cylindrical-coordinate representation of color #AE4E98: hue angle of 313.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE4E98 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB17478152-
CMYK00.550.130.32
HSL313.75º38.1%49.41%-
HSV(B)313.75º55.17%68.24%-
XYZ25.8516.7131.57-
YUV115.14148.8169.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 152 (59.77% from 255) = 37.62%
R=43.07%
G=19.31%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747815200.550.130.32313.7538.149.41
HexAE4E98037D2013a2631
Octal25611623006715404724661
Binary1010111010011101001100001101111101100000100111010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E98; }

 p { color: rgb(174,78,152); }

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

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

 a { background-color: rgb(174,78,152); }

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

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

 span { border-color: rgb(174,78,152); }

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