Html Css Color HEX #AE40AC Fuchsia

📋 copy color: '#AE40AC'

red 174 ◦ green 64 ◦ blue 172

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

Shades of Fuchsia #AE40AC

Tints of Fuchsia #AE40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.61%

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

R = 42.44%
G = 15.61%
B = 41.95%

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

#AE40AC (or 0xAE40AC) is known color: Fuchsia. HEX triplet: AE, 40 and AC. RGB value is (174,64,172). Sum of RGB (Red+Green+Blue) = 174+64+172=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE40AC is #51BF53. Grayscale: #6C6C6C. Windows color (decimal): -5357396 or 11288750. OLE color: 11288750.

HSL color Cylindrical-coordinate representation of color #AE40AC: hue angle of 301.09º 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 #AE40AC is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 64 172 -
CMYK 0 0.63 0.01 0.32
HSL 301.09º 0.46% 0.47% -
HSV(B) 301.09º 0.63% 0.68% -
XYZ 26.74 15.64 40.64 -
YUV 109.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 174 64 172 0 0.63 0.01 0.32 301.09 0.46 0.47
Hex AE 40 AC 0 3F 1 20 12D 2E 2F
Octal 256 100 254 0 77 1 40 455 56 57
Binary 10101110 1000000 10101100 0 111111 1 100000 100101101 101110 101111

Color Harmonies of #AE40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40AC

Black with #AE40AC

Text Example


Text Example

White with #AE40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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