#AE609E

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

Shades of Violet Blue #AE609E

Tints of Violet Blue #AE609E

Color information

#AE609E (or 0xAE609E) is unknown color: approx Violet Blue. HEX triplet: AE, 60 and 9E. RGB value is (174,96,158). Sum of RGB (Red+Green+Blue) = 174+96+158=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE609E is #519F61. Grayscale: #7E7E7E. Windows color (decimal): -5349218 or 10379438. OLE color: 10379438.

HSL color Cylindrical-coordinate representation of color #AE609E: hue angle of 312.31º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE609E is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB17496158-
CMYK00.450.090.32
HSL312.31º32.5%52.94%-
HSV(B)312.31º44.83%68.24%-
XYZ27.8119.8334.71-
YUV126.39145.84161.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=40.65%
G=22.43%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749615800.450.090.32312.3132.552.94
HexAE609E02D9201382035
Octal25614023605511404704065
Binary1010111011000001001111001011011001100000100111000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE609E; }

 p { color: rgb(174,96,158); }

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

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

 a { background-color: rgb(174,96,158); }

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

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

 span { border-color: rgb(174,96,158); }

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