#AE6BBC

Color #AE6BBC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AE6BBC

Tints of Deep Lilac #AE6BBC

Color information

#AE6BBC (or 0xAE6BBC) is unknown color: approx Deep Lilac. HEX triplet: AE, 6B and BC. RGB value is (174,107,188). Sum of RGB (Red+Green+Blue) = 174+107+188=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE6BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BBC is #519443. Grayscale: #888888. Windows color (decimal): -5346372 or 12348334. OLE color: 12348334.

HSL color Cylindrical-coordinate representation of color #AE6BBC: hue angle of 289.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6BBC is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174107188-
CMYK0.070.4300.26
HSL289.63º37.67%57.84%-
HSV(B)289.63º43.09%73.73%-
XYZ31.7923.1450.37-
YUV136.27157.2154.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 107 (42.19% from 255) = 22.81%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=37.10%
G=22.81%
B=40.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741071880.070.4300.26289.6337.6757.84
HexAE6BBC72B01A122263a
Octal2561532747530324424672
Binary10101110110101110111100111101011011010100100010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BBC; }

 p { color: rgb(174,107,188); }

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

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

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

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

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

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

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