#AE6FAE

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

Shades of Violet Blue #AE6FAE

Tints of Violet Blue #AE6FAE

Color information

#AE6FAE (or 0xAE6FAE) is unknown color: approx Violet Blue. HEX triplet: AE, 6F and AE. RGB value is (174,111,174). Sum of RGB (Red+Green+Blue) = 174+111+174=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE6FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6FAE is #519051. Grayscale: #888888. Windows color (decimal): -5345362 or 11431854. OLE color: 11431854.

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

Color convert

RGB174111174-
CMYK00.3600.32
HSL300º28%55.88%-
HSV(B)300º36.21%68.24%-
XYZ30.7823.4242.94-
YUV137.02148.87154.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=37.91%
G=24.18%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411117400.3600.323002855.88
HexAE6FAE02402012c1c38
Octal2561572560440404543470
Binary101011101101111101011100100100010000010010110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6FAE; }

 p { color: rgb(174,111,174); }

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

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

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

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

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

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

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