#AE6FAA

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

Shades of Violet Blue #AE6FAA

Tints of Violet Blue #AE6FAA

Color information

#AE6FAA (or 0xAE6FAA) is unknown color: approx Violet Blue. HEX triplet: AE, 6F and AA. RGB value is (174,111,170). Sum of RGB (Red+Green+Blue) = 174+111+170=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6FAA is #519055. Grayscale: #888888. Windows color (decimal): -5345366 or 11169710. OLE color: 11169710.

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

Color convert

RGB174111170-
CMYK00.360.020.32
HSL303.81º28%55.88%-
HSV(B)303.81º36.21%68.24%-
XYZ30.423.2740.92-
YUV136.56146.87154.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=38.24%
G=24.40%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411117000.360.020.32303.812855.88
HexAE6FAA0242201301c38
Octal2561572520442404603470
Binary1010111011011111010101001001001010000010011000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6FAA; }

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

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

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

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

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

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

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

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