#AE4BBE

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

Shades of Fuchsia #AE4BBE

Tints of Fuchsia #AE4BBE

Color information

#AE4BBE (or 0xAE4BBE) is unknown color: approx Fuchsia. HEX triplet: AE, 4B and BE. RGB value is (174,75,190). Sum of RGB (Red+Green+Blue) = 174+75+190=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE4BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BBE is #51B441. Grayscale: #757575. Windows color (decimal): -5354562 or 12471214. OLE color: 12471214.

HSL color Cylindrical-coordinate representation of color #AE4BBE: hue angle of 291.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE4BBE is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17475190-
CMYK0.080.6100.25
HSL291.65º46.94%51.96%-
HSV(B)291.65º60.53%74.51%-
XYZ29.2717.7550.6-
YUV117.71168.8168.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 75 (29.69% from 255) = 17.08%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=39.64%
G=17.08%
B=43.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174751900.080.6100.25291.6546.9451.96
HexAE4BBE83D0191242f34
Octal25611327610750314445764
Binary101011101001011101111101000111101011001100100100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BBE; }

 p { color: rgb(174,75,190); }

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

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

 a { background-color: rgb(174,75,190); }

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

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

 span { border-color: rgb(174,75,190); }

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