#AE6296

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

Shades of Violet Blue #AE6296

Tints of Violet Blue #AE6296

Color information

#AE6296 (or 0xAE6296) is unknown color: approx Violet Blue. HEX triplet: AE, 62 and 96. RGB value is (174,98,150). Sum of RGB (Red+Green+Blue) = 174+98+150=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6296 is #519D69. Grayscale: #7E7E7E. Windows color (decimal): -5348714 or 9855662. OLE color: 9855662.

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

Color convert

RGB17498150-
CMYK00.440.140.32
HSL318.95º31.93%53.33%-
HSV(B)318.95º43.68%68.24%-
XYZ27.3319.9431.26-
YUV126.65141.18161.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=41.23%
G=23.22%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749815000.440.140.32318.9531.9353.33
HexAE629602CE2013f2035
Octal25614222605416404774065
Binary1010111011000101001011001011001110100000100111111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6296; }

 p { color: rgb(174,98,150); }

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

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

 a { background-color: rgb(174,98,150); }

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

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

 span { border-color: rgb(174,98,150); }

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