Html Css Color HEX #AA37AB Fuchsia

📋 copy color: '#AA37AB'

red 170 ◦ green 55 ◦ blue 171

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

Shades of Fuchsia #AA37AB

Tints of Fuchsia #AA37AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.89%

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

R = 42.93%
G = 13.89%
B = 43.18%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA37AB (or 0xAA37AB) is known color: Fuchsia. HEX triplet: AA, 37 and AB. RGB value is (170,55,171). Sum of RGB (Red+Green+Blue) = 170+55+171=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA37AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37AB is #55C854. Grayscale: #666666. Windows color (decimal): -5621845 or 11220906. OLE color: 11220906.

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

Color convert

RGB 170 55 171 -
CMYK 0.01 0.68 0 0.33
HSL 299.48º 0.51% 0.44% -
HSV(B) 299.48º 0.68% 0.67% -
XYZ 25.29 14.22 39.94 -
YUV 102.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 170 55 171 0.01 0.68 0 0.33 299.48 0.51 0.44
Hex AA 37 AB 1 44 0 21 12B 33 2C
Octal 252 67 253 1 104 0 41 453 63 54
Binary 10101010 110111 10101011 1 1000100 0 100001 100101011 110011 101100

Color Harmonies of #AA37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37AB

Black with #AA37AB

Text Example


Text Example

White with #AA37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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