Html Css Color HEX #AE31AC Fuchsia

📋 copy color: '#AE31AC'

red 174 ◦ green 49 ◦ blue 172

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

Shades of Fuchsia #AE31AC

Tints of Fuchsia #AE31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.41%

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 44.05%
G = 12.41%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE31AC (or 0xAE31AC) is known color: Fuchsia. HEX triplet: AE, 31 and AC. RGB value is (174,49,172). Sum of RGB (Red+Green+Blue) = 174+49+172=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE31AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE31AC is #51CE53. Grayscale: #646464. Windows color (decimal): -5361236 or 11284910. OLE color: 11284910.

HSL color Cylindrical-coordinate representation of color #AE31AC: hue angle of 300.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE31AC is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 49 172 -
CMYK 0 0.72 0.01 0.32
HSL 300.96º 0.56% 0.44% -
HSV(B) 300.96º 0.72% 0.68% -
XYZ 26 14.17 40.4 -
YUV 100.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 174 49 172 0 0.72 0.01 0.32 300.96 0.56 0.44
Hex AE 31 AC 0 48 1 20 12D 38 2C
Octal 256 61 254 0 110 1 40 455 70 54
Binary 10101110 110001 10101100 0 1001000 1 100000 100101101 111000 101100

Color Harmonies of #AE31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE31AC

Black with #AE31AC

Text Example


Text Example

White with #AE31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE31AC; }

 p { color: rgb(174,49,172); }

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

background-color css

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

 a { background-color: rgb(174,49,172); }

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

border-color css

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

 span { border-color: rgb(174,49,172); }

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