#AE69BA

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

Shades of Fuchsia #AE69BA

Tints of Fuchsia #AE69BA

Color information

#AE69BA (or 0xAE69BA) is unknown color: approx Fuchsia. HEX triplet: AE, 69 and BA. RGB value is (174,105,186). Sum of RGB (Red+Green+Blue) = 174+105+186=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69BA is #519645. Grayscale: #868686. Windows color (decimal): -5346886 or 12216750. OLE color: 12216750.

HSL color Cylindrical-coordinate representation of color #AE69BA: hue angle of 291.11º degrees, saturation: 0.37, 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 #AE69BA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174105186-
CMYK0.060.4400.27
HSL291.11º36.99%57.06%-
HSV(B)291.11º43.55%72.94%-
XYZ31.3722.6549.17-
YUV134.86156.86155.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 186 (73.05% from 255) = 40%
R=37.42%
G=22.58%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741051860.060.4400.27291.1136.9957.06
HexAE69BA62C01B1232539
Octal2561512726540334434571
Binary10101110110100110111010110101100011011100100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69BA; }

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

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

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

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

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

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

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

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