Html Css Color HEX #AA36AD Fuchsia

📋 copy color: '#AA36AD'

red 170 ◦ green 54 ◦ blue 173

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

Shades of Fuchsia #AA36AD

Tints of Fuchsia #AA36AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.58%

R = 42.82%
G = 13.6%
B = 43.58%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA36AD (or 0xAA36AD) is known color: Fuchsia. HEX triplet: AA, 36 and AD. RGB value is (170,54,173). Sum of RGB (Red+Green+Blue) = 170+54+173=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA36AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA36AD is #55C952. Grayscale: #656565. Windows color (decimal): -5622099 or 11351722. OLE color: 11351722.

HSL color Cylindrical-coordinate representation of color #AA36AD: hue angle of 298.49º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA36AD is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 54 173 -
CMYK 0.02 0.69 0 0.32
HSL 298.49º 0.52% 0.45% -
HSV(B) 298.49º 0.69% 0.68% -
XYZ 25.44 14.2 40.94 -
YUV 102.25 167.93 176.32 -
System Red Green Blue C M Y K H S L
Decimal 170 54 173 0.02 0.69 0 0.32 298.49 0.52 0.45
Hex AA 36 AD 2 45 0 20 12A 34 2D
Octal 252 66 255 2 105 0 40 452 64 55
Binary 10101010 110110 10101101 10 1000101 0 100000 100101010 110100 101101

Color Harmonies of #AA36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36AD

Black with #AA36AD

Text Example


Text Example

White with #AA36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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