Html Css Color HEX #AE5EBA Fuchsia

📋 copy color: '#AE5EBA'

red 174 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #AE5EBA

Tints of Fuchsia #AE5EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.7%

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

R = 38.33%
G = 20.7%
B = 40.97%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE5EBA (or 0xAE5EBA) is known color: Fuchsia. HEX triplet: AE, 5E and BA. RGB value is (174,94,186). Sum of RGB (Red+Green+Blue) = 174+94+186=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5EBA is #51A145. Grayscale: #808080. Windows color (decimal): -5349702 or 12213934. OLE color: 12213934.

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

Color convert

RGB 174 94 186 -
CMYK 0.06 0.49 0 0.27
HSL 292.17º 0.4% 0.55% -
HSV(B) 292.17º 0.49% 0.73% -
XYZ 30.32 20.55 48.82 -
YUV 128.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 174 94 186 0.06 0.49 0 0.27 292.17 0.4 0.55
Hex AE 5E BA 6 31 0 1B 124 28 37
Octal 256 136 272 6 61 0 33 444 50 67
Binary 10101110 1011110 10111010 110 110001 0 11011 100100100 101000 110111

Color Harmonies of #AE5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5EBA

Black with #AE5EBA

Text Example


Text Example

White with #AE5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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