#AE69BC

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

Shades of Fuchsia #AE69BC

Tints of Fuchsia #AE69BC

Color information

#AE69BC (or 0xAE69BC) is unknown color: approx Fuchsia. HEX triplet: AE, 69 and BC. RGB value is (174,105,188). Sum of RGB (Red+Green+Blue) = 174+105+188=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE69BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69BC is #519643. Grayscale: #868686. Windows color (decimal): -5346884 or 12347822. OLE color: 12347822.

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

Color convert

RGB174105188-
CMYK0.070.4400.26
HSL289.88º38.25%57.45%-
HSV(B)289.88º44.15%73.73%-
XYZ31.5822.7350.3-
YUV135.09157.86155.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 105 (41.41% from 255) = 22.48%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=37.26%
G=22.48%
B=40.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741051880.070.4400.26289.8838.2557.45
HexAE69BC72C01A1222639
Octal2561512747540324424671
Binary10101110110100110111100111101100011010100100010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69BC; }

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

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

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

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

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

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

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

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