#ae6bb8

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

Shades of Fuchsia #AE6BB8

Tints of Fuchsia #AE6BB8

Color information

#AE6BB8 (or 0xAE6BB8) is unknown color: approx Fuchsia. HEX triplet: AE, 6B and B8. RGB value is (174,107,184). Sum of RGB (Red+Green+Blue) = 174+107+184=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE6BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BB8 is #519447. Grayscale: #878787. Windows color (decimal): -5346376 or 12086190. OLE color: 12086190.

HSL color Cylindrical-coordinate representation of color #AE6BB8: hue angle of 292.21º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE6BB8 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174107184-
CMYK0.050.4200.28
HSL292.21º35.16%57.06%-
HSV(B)292.21º41.85%72.16%-
XYZ31.3622.9748.13-
YUV135.81155.2155.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 184 (72.27% from 255) = 39.57%
R=37.42%
G=23.01%
B=39.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741071840.050.4200.28292.2135.1657.06
HexAE6BB852A01C1242339
Octal2561532705520344444371
Binary10101110110101110111000101101010011100100100100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae6bb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae6bb8; }

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

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

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

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

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

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

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

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