#AE62BB

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

Shades of Fuchsia #AE62BB

Tints of Fuchsia #AE62BB

Color information

#AE62BB (or 0xAE62BB) is unknown color: approx Fuchsia. HEX triplet: AE, 62 and BB. RGB value is (174,98,187). Sum of RGB (Red+Green+Blue) = 174+98+187=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE62BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE62BB is #519D44. Grayscale: #828282. Windows color (decimal): -5348677 or 12280494. OLE color: 12280494.

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

Color convert

RGB17498187-
CMYK0.070.4800.27
HSL291.24º39.56%55.88%-
HSV(B)291.24º47.59%73.33%-
XYZ30.7921.3249.51-
YUV130.87159.68158.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 98 (38.67% from 255) = 21.35%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=37.91%
G=21.35%
B=40.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174981870.070.4800.27291.2439.5655.88
HexAE62BB73001B1232838
Octal2561422737600334435070
Binary10101110110001010111011111110000011011100100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE62BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE62BB; }

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

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

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

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

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

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

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

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