#AE30AD

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

Shades of Fuchsia #AE30AD

Tints of Fuchsia #AE30AD

Color information

#AE30AD (or 0xAE30AD) is unknown color: approx Fuchsia. HEX triplet: AE, 30 and AD. RGB value is (174,48,173). Sum of RGB (Red+Green+Blue) = 174+48+173=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE30AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE30AD is #51CF52. Grayscale: #636363. Windows color (decimal): -5361491 or 11350190. OLE color: 11350190.

HSL color Cylindrical-coordinate representation of color #AE30AD: hue angle of 300.48º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE30AD is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17448173-
CMYK00.720.010.32
HSL300.48º56.76%43.53%-
HSV(B)300.48º72.41%68.24%-
XYZ26.0614.1340.89-
YUV99.92169.24180.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 48 (19.14% from 255) = 12.15%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=44.05%
G=12.15%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744817300.720.010.32300.4856.7643.53
HexAE30AD04812012c392c
Octal2566025501101404547154
Binary1010111011000010101101010010001100000100101100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE30AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE30AD; }

 p { color: rgb(174,48,173); }

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

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

 a { background-color: rgb(174,48,173); }

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

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

 span { border-color: rgb(174,48,173); }

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