Html Css Color HEX #AE5DB8 Fuchsia

📋 copy color: '#AE5DB8'

red 174 ◦ green 93 ◦ blue 184

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

Shades of Fuchsia #AE5DB8

Tints of Fuchsia #AE5DB8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.62%

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

R = 38.58%
G = 20.62%
B = 40.8%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AE5DB8 (or 0xAE5DB8) is known color: Fuchsia. HEX triplet: AE, 5D and B8. RGB value is (174,93,184). Sum of RGB (Red+Green+Blue) = 174+93+184=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE5DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DB8 is #51A247. Grayscale: #7F7F7F. Windows color (decimal): -5349960 or 12082606. OLE color: 12082606.

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

Color convert

RGB 174 93 184 -
CMYK 0.05 0.49 0 0.28
HSL 293.41º 0.39% 0.54% -
HSV(B) 293.41º 0.49% 0.72% -
XYZ 30.02 20.29 47.68 -
YUV 127.59 159.84 161.1 -
System Red Green Blue C M Y K H S L
Decimal 174 93 184 0.05 0.49 0 0.28 293.41 0.39 0.54
Hex AE 5D B8 5 31 0 1C 125 27 36
Octal 256 135 270 5 61 0 34 445 47 66
Binary 10101110 1011101 10111000 101 110001 0 11100 100100101 100111 110110

Color Harmonies of #AE5DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5DB8

Black with #AE5DB8

Text Example


Text Example

White with #AE5DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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