Html Css Color HEX #AA32AA Fuchsia

📋 copy color: '#AA32AA'

red 170 ◦ green 50 ◦ blue 170

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

Shades of Fuchsia #AA32AA

Tints of Fuchsia #AA32AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

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

R = 43.59%
G = 12.82%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA32AA (or 0xAA32AA) is known color: Fuchsia. HEX triplet: AA, 32 and AA. RGB value is (170,50,170). Sum of RGB (Red+Green+Blue) = 170+50+170=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA32AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA32AA is #55CD55. Grayscale: #636363. Windows color (decimal): -5623126 or 11154090. OLE color: 11154090.

HSL color Cylindrical-coordinate representation of color #AA32AA: hue angle of 300º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA32AA is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 50 170 -
CMYK 0 0.71 0 0.33
HSL 300º 0.55% 0.43% -
HSV(B) 300º 0.71% 0.67% -
XYZ 24.97 13.73 39.36 -
YUV 99.56 167.76 178.24 -
System Red Green Blue C M Y K H S L
Decimal 170 50 170 0 0.71 0 0.33 300 0.55 0.43
Hex AA 32 AA 0 47 0 21 12C 37 2B
Octal 252 62 252 0 107 0 41 454 67 53
Binary 10101010 110010 10101010 0 1000111 0 100001 100101100 110111 101011

Color Harmonies of #AA32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32AA

Black with #AA32AA

Text Example


Text Example

White with #AA32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32AA; }

 p { color: rgb(170,50,170); }

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

background-color css

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

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

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

border-color css

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

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

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