Html Css Color HEX #AE49BA Fuchsia

📋 copy color: '#AE49BA'

red 174 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #AE49BA

Tints of Fuchsia #AE49BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.86%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 40.18%
G = 16.86%
B = 42.96%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE49BA (or 0xAE49BA) is known color: Fuchsia. HEX triplet: AE, 49 and BA. RGB value is (174,73,186). Sum of RGB (Red+Green+Blue) = 174+73+186=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE49BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49BA is #51B645. Grayscale: #737373. Windows color (decimal): -5355078 or 12208558. OLE color: 12208558.

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

Color convert

RGB 174 73 186 -
CMYK 0.06 0.61 0 0.27
HSL 293.63º 0.45% 0.51% -
HSV(B) 293.63º 0.61% 0.73% -
XYZ 28.7 17.31 48.28 -
YUV 116.08 167.46 169.31 -
System Red Green Blue C M Y K H S L
Decimal 174 73 186 0.06 0.61 0 0.27 293.63 0.45 0.51
Hex AE 49 BA 6 3D 0 1B 126 2D 33
Octal 256 111 272 6 75 0 33 446 55 63
Binary 10101110 1001001 10111010 110 111101 0 11011 100100110 101101 110011

Color Harmonies of #AE49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49BA

Black with #AE49BA

Text Example


Text Example

White with #AE49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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