Html Css Color HEX #AA3EAE Fuchsia

📋 copy color: '#AA3EAE'

red 170 ◦ green 62 ◦ blue 174

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

Shades of Fuchsia #AA3EAE

Tints of Fuchsia #AA3EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.27%

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

R = 41.87%
G = 15.27%
B = 42.86%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA3EAE (or 0xAA3EAE) is known color: Fuchsia. HEX triplet: AA, 3E and AE. RGB value is (170,62,174). Sum of RGB (Red+Green+Blue) = 170+62+174=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA3EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3EAE is #55C151. Grayscale: #6A6A6A. Windows color (decimal): -5620050 or 11419306. OLE color: 11419306.

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

Color convert

RGB 170 62 174 -
CMYK 0.02 0.64 0 0.32
HSL 297.86º 0.47% 0.46% -
HSV(B) 297.86º 0.64% 0.68% -
XYZ 25.94 15.05 41.58 -
YUV 107.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 170 62 174 0.02 0.64 0 0.32 297.86 0.47 0.46
Hex AA 3E AE 2 40 0 20 12A 2F 2E
Octal 252 76 256 2 100 0 40 452 57 56
Binary 10101010 111110 10101110 10 1000000 0 100000 100101010 101111 101110

Color Harmonies of #AA3EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3EAE

Black with #AA3EAE

Text Example


Text Example

White with #AA3EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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