#AE5CB7

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

Shades of Fuchsia #AE5CB7

Tints of Fuchsia #AE5CB7

Color information

#AE5CB7 (or 0xAE5CB7) is unknown color: approx Fuchsia. HEX triplet: AE, 5C and B7. RGB value is (174,92,183). Sum of RGB (Red+Green+Blue) = 174+92+183=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE5CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CB7 is #51A348. Grayscale: #7E7E7E. Windows color (decimal): -5350217 or 12016814. OLE color: 12016814.

HSL color Cylindrical-coordinate representation of color #AE5CB7: hue angle of 294.07º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE5CB7 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17492183-
CMYK0.050.5000.28
HSL294.07º38.72%53.92%-
HSV(B)294.07º49.73%71.76%-
XYZ29.8320.0747.1-
YUV126.89159.67161.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 183 (71.88% from 255) = 40.76%
R=38.75%
G=20.49%
B=40.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174921830.050.5000.28294.0738.7253.92
HexAE5CB753201C1262736
Octal2561342675620344464766
Binary10101110101110010110111101110010011100100100110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5CB7; }

 p { color: rgb(174,92,183); }

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

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

 a { background-color: rgb(174,92,183); }

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

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

 span { border-color: rgb(174,92,183); }

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