Html Css Color HEX #AA40AE Fuchsia

📋 copy color: '#AA40AE'

red 170 ◦ green 64 ◦ blue 174

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

Shades of Fuchsia #AA40AE

Tints of Fuchsia #AA40AE

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA40AE (or 0xAA40AE) is known color: Fuchsia. HEX triplet: AA, 40 and AE. RGB value is (170,64,174). Sum of RGB (Red+Green+Blue) = 170+64+174=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA40AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA40AE is #55BF51. Grayscale: #6B6B6B. Windows color (decimal): -5619538 or 11419818. OLE color: 11419818.

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

Color convert

RGB 170 64 174 -
CMYK 0.02 0.63 0 0.32
HSL 297.82º 0.46% 0.47% -
HSV(B) 297.82º 0.63% 0.68% -
XYZ 26.05 15.27 41.62 -
YUV 108.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 170 64 174 0.02 0.63 0 0.32 297.82 0.46 0.47
Hex AA 40 AE 2 3F 0 20 12A 2E 2F
Octal 252 100 256 2 77 0 40 452 56 57
Binary 10101010 1000000 10101110 10 111111 0 100000 100101010 101110 101111

Color Harmonies of #AA40AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40AE

Black with #AA40AE

Text Example


Text Example

White with #AA40AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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