Html Css Color HEX #AA33AA Fuchsia

📋 copy color: '#AA33AA'

red 170 ◦ green 51 ◦ blue 170

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

Shades of Fuchsia #AA33AA

Tints of Fuchsia #AA33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.04%

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

R = 43.48%
G = 13.04%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA33AA (or 0xAA33AA) is known color: Fuchsia. HEX triplet: AA, 33 and AA. RGB value is (170,51,170). Sum of RGB (Red+Green+Blue) = 170+51+170=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA33AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA33AA is #55CC55. Grayscale: #636363. Windows color (decimal): -5622870 or 11154346. OLE color: 11154346.

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

Color convert

RGB 170 51 170 -
CMYK 0 0.7 0 0.33
HSL 300º 0.54% 0.43% -
HSV(B) 300º 0.7% 0.67% -
XYZ 25.02 13.82 39.38 -
YUV 100.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 170 51 170 0 0.7 0 0.33 300 0.54 0.43
Hex AA 33 AA 0 46 0 21 12C 36 2B
Octal 252 63 252 0 106 0 41 454 66 53
Binary 10101010 110011 10101010 0 1000110 0 100001 100101100 110110 101011

Color Harmonies of #AA33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33AA

Black with #AA33AA

Text Example


Text Example

White with #AA33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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