Html Css Color HEX #AA33AB Fuchsia

📋 copy color: '#AA33AB'

red 170 ◦ green 51 ◦ blue 171

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

Shades of Fuchsia #AA33AB

Tints of Fuchsia #AA33AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 43.37%
G = 13.01%
B = 43.62%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA33AB (or 0xAA33AB) is known color: Fuchsia. HEX triplet: AA, 33 and AB. RGB value is (170,51,171). Sum of RGB (Red+Green+Blue) = 170+51+171=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA33AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA33AB is #55CC54. Grayscale: #636363. Windows color (decimal): -5622869 or 11219882. OLE color: 11219882.

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

Color convert

RGB 170 51 171 -
CMYK 0.01 0.70 0 0.33
HSL 299.5º 0.54% 0.44% -
HSV(B) 299.5º 0.7% 0.67% -
XYZ 25.11 13.85 39.88 -
YUV 100.26 167.92 177.74 -
System Red Green Blue C M Y K H S L
Decimal 170 51 171 0.01 0.70 0 0.33 299.5 0.54 0.44
Hex AA 33 AB 1 46 0 21 12C 36 2C
Octal 252 63 253 1 106 0 41 454 66 54
Binary 10101010 110011 10101011 1 1000110 0 100001 100101100 110110 101100

Color Harmonies of #AA33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33AB

Black with #AA33AB

Text Example


Text Example

White with #AA33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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