#AE62BA

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

Shades of Fuchsia #AE62BA

Tints of Fuchsia #AE62BA

Color information

#AE62BA (or 0xAE62BA) is unknown color: approx Fuchsia. HEX triplet: AE, 62 and BA. RGB value is (174,98,186). Sum of RGB (Red+Green+Blue) = 174+98+186=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE62BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE62BA is #519D45. Grayscale: #828282. Windows color (decimal): -5348678 or 12214958. OLE color: 12214958.

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

Color convert

RGB17498186-
CMYK0.060.4700.27
HSL291.82º38.94%55.69%-
HSV(B)291.82º47.31%72.94%-
XYZ30.6921.2848.94-
YUV130.76159.18158.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 98 (38.67% from 255) = 21.40%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=37.99%
G=21.40%
B=40.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174981860.060.4700.27291.8238.9455.69
HexAE62BA62F01B1242738
Octal2561422726570334444770
Binary10101110110001010111010110101111011011100100100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE62BA; }

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

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

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

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

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

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

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

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