#AE4BBC

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

Shades of Fuchsia #AE4BBC

Tints of Fuchsia #AE4BBC

Color information

#AE4BBC (or 0xAE4BBC) is unknown color: approx Fuchsia. HEX triplet: AE, 4B and BC. RGB value is (174,75,188). Sum of RGB (Red+Green+Blue) = 174+75+188=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE4BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BBC is #51B443. Grayscale: #757575. Windows color (decimal): -5354564 or 12340142. OLE color: 12340142.

HSL color Cylindrical-coordinate representation of color #AE4BBC: hue angle of 292.57º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4BBC is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17475188-
CMYK0.070.6000.26
HSL292.57º45.75%51.57%-
HSV(B)292.57º60.11%73.73%-
XYZ29.0517.6649.45-
YUV117.48167.8168.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 75 (29.69% from 255) = 17.16%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=39.82%
G=17.16%
B=43.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174751880.070.6000.26292.5745.7551.57
HexAE4BBC73C01A1252e34
Octal2561132747740324455664
Binary10101110100101110111100111111100011010100100101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BBC; }

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

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

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

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

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

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

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

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