#AE61BC

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

Shades of Fuchsia #AE61BC

Tints of Fuchsia #AE61BC

Color information

#AE61BC (or 0xAE61BC) is unknown color: approx Fuchsia. HEX triplet: AE, 61 and BC. RGB value is (174,97,188). Sum of RGB (Red+Green+Blue) = 174+97+188=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61BC is #519E43. Grayscale: #828282. Windows color (decimal): -5348932 or 12345774. OLE color: 12345774.

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

Color convert

RGB17497188-
CMYK0.070.4800.26
HSL290.77º40.44%55.88%-
HSV(B)290.77º48.4%73.73%-
XYZ30.8121.1850.04-
YUV130.4160.51159.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=37.91%
G=21.13%
B=40.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174971880.070.4800.26290.7740.4455.88
HexAE61BC73001A1232838
Octal2561412747600324435070
Binary10101110110000110111100111110000011010100100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61BC; }

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

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

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

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

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

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

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

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