Html Css Color HEX #AE5FB8 Fuchsia

📋 copy color: '#AE5FB8'

red 174 ◦ green 95 ◦ blue 184

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

Shades of Fuchsia #AE5FB8

Tints of Fuchsia #AE5FB8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.97%

 BLUE value IS 184 (72.27% from 255) = 40.62%

R = 38.41%
G = 20.97%
B = 40.62%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AE5FB8 (or 0xAE5FB8) is known color: Fuchsia. HEX triplet: AE, 5F and B8. RGB value is (174,95,184). Sum of RGB (Red+Green+Blue) = 174+95+184=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE5FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5FB8 is #51A047. Grayscale: #808080. Windows color (decimal): -5349448 or 12083118. OLE color: 12083118.

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

Color convert

RGB 174 95 184 -
CMYK 0.05 0.48 0 0.28
HSL 293.26º 0.39% 0.55% -
HSV(B) 293.26º 0.48% 0.72% -
XYZ 30.2 20.64 47.74 -
YUV 128.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 174 95 184 0.05 0.48 0 0.28 293.26 0.39 0.55
Hex AE 5F B8 5 30 0 1C 125 27 37
Octal 256 137 270 5 60 0 34 445 47 67
Binary 10101110 1011111 10111000 101 110000 0 11100 100100101 100111 110111

Color Harmonies of #AE5FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5FB8

Black with #AE5FB8

Text Example


Text Example

White with #AE5FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5FB8; }

 p { color: rgb(174,95,184); }

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

background-color css

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

 a { background-color: rgb(174,95,184); }

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

border-color css

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

 span { border-color: rgb(174,95,184); }

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