Html Css Color HEX #AA3FAE Fuchsia

📋 copy color: '#AA3FAE'

red 170 ◦ green 63 ◦ blue 174

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

Shades of Fuchsia #AA3FAE

Tints of Fuchsia #AA3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 15.48%

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

R = 41.77%
G = 15.48%
B = 42.75%

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

#AA3FAE (or 0xAA3FAE) is known color: Fuchsia. HEX triplet: AA, 3F and AE. RGB value is (170,63,174). Sum of RGB (Red+Green+Blue) = 170+63+174=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA3FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3FAE is #55C051. Grayscale: #6B6B6B. Windows color (decimal): -5619794 or 11419562. OLE color: 11419562.

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

Color convert

RGB 170 63 174 -
CMYK 0.02 0.64 0 0.32
HSL 297.84º 0.47% 0.46% -
HSV(B) 297.84º 0.64% 0.68% -
XYZ 26 15.16 41.6 -
YUV 107.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 170 63 174 0.02 0.64 0 0.32 297.84 0.47 0.46
Hex AA 3F AE 2 40 0 20 12A 2F 2E
Octal 252 77 256 2 100 0 40 452 57 56
Binary 10101010 111111 10101110 10 1000000 0 100000 100101010 101111 101110

Color Harmonies of #AA3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FAE

Black with #AA3FAE

Text Example


Text Example

White with #AA3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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