#AE69BB

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

Shades of Fuchsia #AE69BB

Tints of Fuchsia #AE69BB

Color information

#AE69BB (or 0xAE69BB) is unknown color: approx Fuchsia. HEX triplet: AE, 69 and BB. RGB value is (174,105,187). Sum of RGB (Red+Green+Blue) = 174+105+187=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE69BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69BB is #519644. Grayscale: #868686. Windows color (decimal): -5346885 or 12282286. OLE color: 12282286.

HSL color Cylindrical-coordinate representation of color #AE69BB: hue angle of 290.49º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE69BB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174105187-
CMYK0.070.4400.27
HSL290.49º37.61%57.25%-
HSV(B)290.49º43.85%73.33%-
XYZ31.4822.6949.73-
YUV134.98157.36155.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=37.34%
G=22.53%
B=40.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741051870.070.4400.27290.4937.6157.25
HexAE69BB72C01B1222639
Octal2561512737540334424671
Binary10101110110100110111011111101100011011100100010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69BB; }

 p { color: rgb(174,105,187); }

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

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

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

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

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

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

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