#AE61B6

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

Shades of Fuchsia #AE61B6

Tints of Fuchsia #AE61B6

Color information

#AE61B6 (or 0xAE61B6) is unknown color: approx Fuchsia. HEX triplet: AE, 61 and B6. RGB value is (174,97,182). Sum of RGB (Red+Green+Blue) = 174+97+182=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE61B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61B6 is #519E49. Grayscale: #818181. Windows color (decimal): -5348938 or 11952558. OLE color: 11952558.

HSL color Cylindrical-coordinate representation of color #AE61B6: hue angle of 294.35º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE61B6 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17497182-
CMYK0.040.4700.29
HSL294.35º36.8%54.71%-
HSV(B)294.35º46.7%71.37%-
XYZ30.1720.9346.7-
YUV129.71157.51159.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 182 (71.48% from 255) = 40.18%
R=38.41%
G=21.41%
B=40.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174971820.040.4700.29294.3536.854.71
HexAE61B642F01D1262537
Octal2561412664570354464567
Binary10101110110000110110110100101111011101100100110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61B6; }

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

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

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

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

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

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

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

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