#AE6DAF

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

Shades of Violet Blue #AE6DAF

Tints of Violet Blue #AE6DAF

Color information

#AE6DAF (or 0xAE6DAF) is unknown color: approx Violet Blue. HEX triplet: AE, 6D and AF. RGB value is (174,109,175). Sum of RGB (Red+Green+Blue) = 174+109+175=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE6DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6DAF is #519250. Grayscale: #878787. Windows color (decimal): -5345873 or 11496878. OLE color: 11496878.

HSL color Cylindrical-coordinate representation of color #AE6DAF: hue angle of 299.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE6DAF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174109175-
CMYK0.010.3800.31
HSL299.09º29.2%55.69%-
HSV(B)299.09º37.71%68.63%-
XYZ30.6623.0343.39-
YUV135.96150.03155.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 109 (42.97% from 255) = 23.80%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=37.99%
G=23.80%
B=38.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741091750.010.3800.31299.0929.255.69
HexAE6DAF12601F12b1d38
Octal2561552571460374533570
Binary10101110110110110101111110011001111110010101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6DAF; }

 p { color: rgb(174,109,175); }

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

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

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

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

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

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

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