#AE6CAD

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

Shades of Violet Blue #AE6CAD

Tints of Violet Blue #AE6CAD

Color information

#AE6CAD (or 0xAE6CAD) is unknown color: approx Violet Blue. HEX triplet: AE, 6C and AD. RGB value is (174,108,173). Sum of RGB (Red+Green+Blue) = 174+108+173=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6CAD is #519352. Grayscale: #868686. Windows color (decimal): -5346131 or 11365550. OLE color: 11365550.

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

Color convert

RGB174108173-
CMYK00.380.010.32
HSL300.91º28.95%55.29%-
HSV(B)300.91º37.93%68.24%-
XYZ30.3622.7442.32-
YUV135.14149.37155.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=38.24%
G=23.74%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410817300.380.010.32300.9128.9555.29
HexAE6CAD02612012d1d37
Octal2561542550461404553567
Binary101011101101100101011010100110110000010010110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6CAD; }

 p { color: rgb(174,108,173); }

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

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

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

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

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

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

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