#AE5B98

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

Shades of Violet Blue #AE5B98

Tints of Violet Blue #AE5B98

Color information

#AE5B98 (or 0xAE5B98) is unknown color: approx Violet Blue. HEX triplet: AE, 5B and 98. RGB value is (174,91,152). Sum of RGB (Red+Green+Blue) = 174+91+152=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5B98 is #51A467. Grayscale: #7A7A7A. Windows color (decimal): -5350504 or 9984942. OLE color: 9984942.

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

Color convert

RGB17491152-
CMYK00.480.130.32
HSL315.9º33.88%51.96%-
HSV(B)315.9º47.7%68.24%-
XYZ26.8618.7531.91-
YUV122.77144.5164.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=41.73%
G=21.82%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749115200.480.130.32315.933.8851.96
HexAE5B98030D2013c2234
Octal25613323006015404744264
Binary1010111010110111001100001100001101100000100111100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5B98; }

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

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

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

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

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

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

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

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