Html Css Color HEX #AE41AC Fuchsia

📋 copy color: '#AE41AC'

red 174 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #AE41AC

Tints of Fuchsia #AE41AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.82%

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

R = 42.34%
G = 15.82%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE41AC (or 0xAE41AC) is known color: Fuchsia. HEX triplet: AE, 41 and AC. RGB value is (174,65,172). Sum of RGB (Red+Green+Blue) = 174+65+172=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE41AC is #51BE53. Grayscale: #6D6D6D. Windows color (decimal): -5357140 or 11289006. OLE color: 11289006.

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

Color convert

RGB 174 65 172 -
CMYK 0 0.63 0.01 0.32
HSL 301.1º 0.46% 0.47% -
HSV(B) 301.1º 0.63% 0.68% -
XYZ 26.79 15.76 40.66 -
YUV 109.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 174 65 172 0 0.63 0.01 0.32 301.1 0.46 0.47
Hex AE 41 AC 0 3F 1 20 12D 2E 2F
Octal 256 101 254 0 77 1 40 455 56 57
Binary 10101110 1000001 10101100 0 111111 1 100000 100101101 101110 101111

Color Harmonies of #AE41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE41AC

Black with #AE41AC

Text Example


Text Example

White with #AE41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE41AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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