#AE66BD

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

Shades of Fuchsia #AE66BD

Tints of Fuchsia #AE66BD

Color information

#AE66BD (or 0xAE66BD) is unknown color: approx Fuchsia. HEX triplet: AE, 66 and BD. RGB value is (174,102,189). Sum of RGB (Red+Green+Blue) = 174+102+189=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE66BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66BD is #519942. Grayscale: #858585. Windows color (decimal): -5347651 or 12412590. OLE color: 12412590.

HSL color Cylindrical-coordinate representation of color #AE66BD: hue angle of 289.66º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE66BD is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174102189-
CMYK0.080.4600.26
HSL289.66º39.73%57.06%-
HSV(B)289.66º46.03%74.12%-
XYZ31.3922.1850.77-
YUV133.45159.35156.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 102 (40.23% from 255) = 21.94%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=37.42%
G=21.94%
B=40.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741021890.080.4600.26289.6639.7357.06
HexAE66BD82E01A1222839
Octal25614627510560324425071
Binary101011101100110101111011000101110011010100100010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66BD; }

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

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

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

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

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

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

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

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