#AE6098

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

Shades of Violet Blue #AE6098

Tints of Violet Blue #AE6098

Color information

#AE6098 (or 0xAE6098) is unknown color: approx Violet Blue. HEX triplet: AE, 60 and 98. RGB value is (174,96,152). Sum of RGB (Red+Green+Blue) = 174+96+152=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6098 is #519F67. Grayscale: #7D7D7D. Windows color (decimal): -5349224 or 9986222. OLE color: 9986222.

HSL color Cylindrical-coordinate representation of color #AE6098: hue angle of 316.92º 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 #AE6098 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB17496152-
CMYK00.450.130.32
HSL316.92º32.5%52.94%-
HSV(B)316.92º44.83%68.24%-
XYZ27.3119.6332.06-
YUV125.71142.84162.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=41.23%
G=22.75%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749615200.450.130.32316.9232.552.94
HexAE609802DD2013d2035
Octal25614023005515404754065
Binary1010111011000001001100001011011101100000100111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6098; }

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

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

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

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

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

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

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

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