#AE6BBA

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

Shades of Fuchsia #AE6BBA

Tints of Fuchsia #AE6BBA

Color information

#AE6BBA (or 0xAE6BBA) is unknown color: approx Fuchsia. HEX triplet: AE, 6B and BA. RGB value is (174,107,186). Sum of RGB (Red+Green+Blue) = 174+107+186=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BBA is #519445. Grayscale: #878787. Windows color (decimal): -5346374 or 12217262. OLE color: 12217262.

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

Color convert

RGB174107186-
CMYK0.060.4200.27
HSL290.89º36.41%57.45%-
HSV(B)290.89º42.47%72.94%-
XYZ31.5823.0649.24-
YUV136.04156.2155.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 107 (42.19% from 255) = 22.91%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=37.26%
G=22.91%
B=39.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741071860.060.4200.27290.8936.4157.45
HexAE6BBA62A01B1232439
Octal2561532726520334434471
Binary10101110110101110111010110101010011011100100011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BBA; }

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

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

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

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

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

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

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

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