Html Css Color HEX #AE5BB7 Fuchsia

📋 copy color: '#AE5BB7'

red 174 ◦ green 91 ◦ blue 183

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

Shades of Fuchsia #AE5BB7

Tints of Fuchsia #AE5BB7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.31%

 BLUE value IS 183 (71.88% from 255) = 40.85%

R = 38.84%
G = 20.31%
B = 40.85%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AE5BB7 (or 0xAE5BB7) is known color: Fuchsia. HEX triplet: AE, 5B and B7. RGB value is (174,91,183). Sum of RGB (Red+Green+Blue) = 174+91+183=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE5BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BB7 is #51A448. Grayscale: #7E7E7E. Windows color (decimal): -5350473 or 12016558. OLE color: 12016558.

HSL color Cylindrical-coordinate representation of color #AE5BB7: hue angle of 294.13º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE5BB7 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 91 183 -
CMYK 0.05 0.50 0 0.28
HSL 294.13º 0.39% 0.54% -
HSV(B) 294.13º 0.5% 0.72% -
XYZ 29.74 19.9 47.07 -
YUV 126.31 160 162.02 -
System Red Green Blue C M Y K H S L
Decimal 174 91 183 0.05 0.50 0 0.28 294.13 0.39 0.54
Hex AE 5B B7 5 32 0 1C 126 27 36
Octal 256 133 267 5 62 0 34 446 47 66
Binary 10101110 1011011 10110111 101 110010 0 11100 100100110 100111 110110

Color Harmonies of #AE5BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5BB7

Black with #AE5BB7

Text Example


Text Example

White with #AE5BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5BB7; }

 p { color: rgb(174,91,183); }

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

background-color css

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

 a { background-color: rgb(174,91,183); }

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

border-color css

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

 span { border-color: rgb(174,91,183); }

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