#AE4CBD

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

Shades of Fuchsia #AE4CBD

Tints of Fuchsia #AE4CBD

Color information

#AE4CBD (or 0xAE4CBD) is unknown color: approx Fuchsia. HEX triplet: AE, 4C and BD. RGB value is (174,76,189). Sum of RGB (Red+Green+Blue) = 174+76+189=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE4CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4CBD is #51B342. Grayscale: #757575. Windows color (decimal): -5354307 or 12405934. OLE color: 12405934.

HSL color Cylindrical-coordinate representation of color #AE4CBD: hue angle of 292.04º 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 #AE4CBD is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17476189-
CMYK0.080.6000.26
HSL292.04º46.12%51.96%-
HSV(B)292.04º59.79%74.12%-
XYZ29.2317.8450.05-
YUV118.18167.97167.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 76 (30.08% from 255) = 17.31%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=39.64%
G=17.31%
B=43.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174761890.080.6000.26292.0446.1251.96
HexAE4CBD83C01A1242e34
Octal25611427510740324445664
Binary101011101001100101111011000111100011010100100100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4CBD; }

 p { color: rgb(174,76,189); }

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

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

 a { background-color: rgb(174,76,189); }

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

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

 span { border-color: rgb(174,76,189); }

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