#AE66BB

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

Shades of Fuchsia #AE66BB

Tints of Fuchsia #AE66BB

Color information

#AE66BB (or 0xAE66BB) is unknown color: approx Fuchsia. HEX triplet: AE, 66 and BB. RGB value is (174,102,187). Sum of RGB (Red+Green+Blue) = 174+102+187=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE66BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66BB is #519944. Grayscale: #848484. Windows color (decimal): -5347653 or 12281518. OLE color: 12281518.

HSL color Cylindrical-coordinate representation of color #AE66BB: hue angle of 290.82º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE66BB is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174102187-
CMYK0.070.4500.27
HSL290.82º38.46%56.67%-
HSV(B)290.82º45.45%73.33%-
XYZ31.1822.0949.63-
YUV133.22158.35157.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=37.58%
G=22.03%
B=40.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741021870.070.4500.27290.8238.4656.67
HexAE66BB72D01B1232639
Octal2561462737550334434671
Binary10101110110011010111011111101101011011100100011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66BB; }

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

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

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

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

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

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

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

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