Html Css Color HEX #AE37B1 Fuchsia

📋 copy color: '#AE37B1'

red 174 ◦ green 55 ◦ blue 177

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

Shades of Fuchsia #AE37B1

Tints of Fuchsia #AE37B1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.55%

 BLUE value IS 177 (69.53% from 255) = 43.6%

R = 42.86%
G = 13.55%
B = 43.6%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AE37B1 (or 0xAE37B1) is known color: Fuchsia. HEX triplet: AE, 37 and B1. RGB value is (174,55,177). Sum of RGB (Red+Green+Blue) = 174+55+177=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE37B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE37B1 is #51C84E. Grayscale: #686868. Windows color (decimal): -5359695 or 11614126. OLE color: 11614126.

HSL color Cylindrical-coordinate representation of color #AE37B1: hue angle of 298.52º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE37B1 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 55 177 -
CMYK 0.02 0.69 0 0.31
HSL 298.52º 0.53% 0.45% -
HSV(B) 298.52º 0.69% 0.69% -
XYZ 26.76 14.91 43.06 -
YUV 104.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 174 55 177 0.02 0.69 0 0.31 298.52 0.53 0.45
Hex AE 37 B1 2 45 0 1F 12B 35 2D
Octal 256 67 261 2 105 0 37 453 65 55
Binary 10101110 110111 10110001 10 1000101 0 11111 100101011 110101 101101

Color Harmonies of #AE37B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE37B1

Black with #AE37B1

Text Example


Text Example

White with #AE37B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE37B1; }

 p { color: rgb(174,55,177); }

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

background-color css

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

 a { background-color: rgb(174,55,177); }

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

border-color css

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

 span { border-color: rgb(174,55,177); }

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