Html Css Color HEX #AA36AB Fuchsia

📋 copy color: '#AA36AB'

red 170 ◦ green 54 ◦ blue 171

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

Shades of Fuchsia #AA36AB

Tints of Fuchsia #AA36AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.67%

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

R = 43.04%
G = 13.67%
B = 43.29%

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

#AA36AB (or 0xAA36AB) is known color: Fuchsia. HEX triplet: AA, 36 and AB. RGB value is (170,54,171). Sum of RGB (Red+Green+Blue) = 170+54+171=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA36AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA36AB is #55C954. Grayscale: #656565. Windows color (decimal): -5622101 or 11220650. OLE color: 11220650.

HSL color Cylindrical-coordinate representation of color #AA36AB: hue angle of 299.49º degrees, saturation: 0.52, 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 #AA36AB is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 54 171 -
CMYK 0.01 0.68 0 0.33
HSL 299.49º 0.52% 0.44% -
HSV(B) 299.49º 0.68% 0.67% -
XYZ 25.25 14.12 39.92 -
YUV 102.02 166.93 176.49 -
System Red Green Blue C M Y K H S L
Decimal 170 54 171 0.01 0.68 0 0.33 299.49 0.52 0.44
Hex AA 36 AB 1 44 0 21 12B 34 2C
Octal 252 66 253 1 104 0 41 453 64 54
Binary 10101010 110110 10101011 1 1000100 0 100001 100101011 110100 101100

Color Harmonies of #AA36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36AB

Black with #AA36AB

Text Example


Text Example

White with #AA36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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