#AE61BA

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

Shades of Fuchsia #AE61BA

Tints of Fuchsia #AE61BA

Color information

#AE61BA (or 0xAE61BA) is unknown color: approx Fuchsia. HEX triplet: AE, 61 and BA. RGB value is (174,97,186). Sum of RGB (Red+Green+Blue) = 174+97+186=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61BA is #519E45. Grayscale: #818181. Windows color (decimal): -5348934 or 12214702. OLE color: 12214702.

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

Color convert

RGB17497186-
CMYK0.060.4800.27
HSL291.91º39.21%55.49%-
HSV(B)291.91º47.85%72.94%-
XYZ30.5921.0948.91-
YUV130.17159.51159.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=38.07%
G=21.23%
B=40.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174971860.060.4800.27291.9139.2155.49
HexAE61BA63001B1242737
Octal2561412726600334444767
Binary10101110110000110111010110110000011011100100100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61BA; }

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

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

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

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

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

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

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

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