Html Css Color HEX #AA49B3 Fuchsia

📋 copy color: '#AA49B3'

red 170 ◦ green 73 ◦ blue 179

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

Shades of Fuchsia #AA49B3

Tints of Fuchsia #AA49B3

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.3%

 BLUE value IS 179 (70.31% from 255) = 42.42%

R = 40.28%
G = 17.3%
B = 42.42%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA49B3 (or 0xAA49B3) is known color: Fuchsia. HEX triplet: AA, 49 and B3. RGB value is (170,73,179). Sum of RGB (Red+Green+Blue) = 170+73+179=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA49B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49B3 is #55B64C. Grayscale: #717171. Windows color (decimal): -5617229 or 11749802. OLE color: 11749802.

HSL color Cylindrical-coordinate representation of color #AA49B3: hue angle of 294.91º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA49B3 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 73 179 -
CMYK 0.05 0.59 0 0.30
HSL 294.91º 0.42% 0.49% -
HSV(B) 294.91º 0.59% 0.7% -
XYZ 27.1 16.57 44.42 -
YUV 114.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 170 73 179 0.05 0.59 0 0.30 294.91 0.42 0.49
Hex AA 49 B3 5 3B 0 1E 127 2A 31
Octal 252 111 263 5 73 0 36 447 52 61
Binary 10101010 1001001 10110011 101 111011 0 11110 100100111 101010 110001

Color Harmonies of #AA49B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49B3

Black with #AA49B3

Text Example


Text Example

White with #AA49B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49B3; }

 p { color: rgb(170,73,179); }

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

background-color css

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

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

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

border-color css

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

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

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