Html Css Color HEX #AE40AA Fuchsia

📋 copy color: '#AE40AA'

red 174 ◦ green 64 ◦ blue 170

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

Shades of Fuchsia #AE40AA

Tints of Fuchsia #AE40AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 42.65%
G = 15.69%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE40AA (or 0xAE40AA) is known color: Fuchsia. HEX triplet: AE, 40 and AA. RGB value is (174,64,170). Sum of RGB (Red+Green+Blue) = 174+64+170=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE40AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE40AA is #51BF55. Grayscale: #6C6C6C. Windows color (decimal): -5357398 or 11157678. OLE color: 11157678.

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

Color convert

RGB 174 64 170 -
CMYK 0 0.63 0.02 0.32
HSL 302.18º 0.46% 0.47% -
HSV(B) 302.18º 0.63% 0.68% -
XYZ 26.54 15.57 39.64 -
YUV 108.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 174 64 170 0 0.63 0.02 0.32 302.18 0.46 0.47
Hex AE 40 AA 0 3F 2 20 12E 2E 2F
Octal 256 100 252 0 77 2 40 456 56 57
Binary 10101110 1000000 10101010 0 111111 10 100000 100101110 101110 101111

Color Harmonies of #AE40AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40AA

Black with #AE40AA

Text Example


Text Example

White with #AE40AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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