Html Css Color HEX #AE54B5 Fuchsia

📋 copy color: '#AE54B5'

red 174 ◦ green 84 ◦ blue 181

#AE54B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #AE54B5

Tints of Fuchsia #AE54B5

RGB

 RED value IS 174 (68.36% from 255) = 39.64%

 GREEN value IS 84 (33.2% from 255) = 19.13%

 BLUE value IS 181 (71.09% from 255) = 41.23%

R = 39.64%
G = 19.13%
B = 41.23%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE54B5 (or 0xAE54B5) is known color: Fuchsia. HEX triplet: AE, 54 and B5. RGB value is (174,84,181). Sum of RGB (Red+Green+Blue) = 174+84+181=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE54B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54B5 is #51AB4A. Grayscale: #797979. Windows color (decimal): -5352267 or 11883694. OLE color: 11883694.

HSL color Cylindrical-coordinate representation of color #AE54B5: hue angle of 295.67º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE54B5 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 84 181 -
CMYK 0.04 0.54 0 0.29
HSL 295.67º 0.4% 0.52% -
HSV(B) 295.67º 0.54% 0.71% -
XYZ 28.97 18.68 45.79 -
YUV 121.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 174 84 181 0.04 0.54 0 0.29 295.67 0.4 0.52
Hex AE 54 B5 4 36 0 1D 128 28 34
Octal 256 124 265 4 66 0 35 450 50 64
Binary 10101110 1010100 10110101 100 110110 0 11101 100101000 101000 110100

Color Harmonies of #AE54B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE54B5

Black with #AE54B5

Text Example


Text Example

White with #AE54B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE54B5; }

 p { color: rgb(174,84,181); }

 H1.HeaderClassName
 {
   color: #AE54B5;
 }
 .AnyTagClassName
 {
   color: #AE54B5;
 }
</style>

background-color css

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

 a { background-color: rgb(174,84,181); }

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

border-color css

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

 span { border-color: rgb(174,84,181); }

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