Html Css Color HEX #AA34AC Fuchsia

📋 copy color: '#AA34AC'

red 170 ◦ green 52 ◦ blue 172

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

Shades of Fuchsia #AA34AC

Tints of Fuchsia #AA34AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.2%

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 43.15%
G = 13.2%
B = 43.65%

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

#AA34AC (or 0xAA34AC) is known color: Fuchsia. HEX triplet: AA, 34 and AC. RGB value is (170,52,172). Sum of RGB (Red+Green+Blue) = 170+52+172=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA34AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA34AC is #55CB53. Grayscale: #646464. Windows color (decimal): -5622612 or 11285674. OLE color: 11285674.

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

Color convert

RGB 170 52 172 -
CMYK 0.01 0.70 0 0.33
HSL 299º 0.54% 0.44% -
HSV(B) 299º 0.7% 0.67% -
XYZ 25.25 13.98 40.4 -
YUV 100.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 170 52 172 0.01 0.70 0 0.33 299 0.54 0.44
Hex AA 34 AC 1 46 0 21 12B 36 2C
Octal 252 64 254 1 106 0 41 453 66 54
Binary 10101010 110100 10101100 1 1000110 0 100001 100101011 110110 101100

Color Harmonies of #AA34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA34AC

Black with #AA34AC

Text Example


Text Example

White with #AA34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA34AC; }

 p { color: rgb(170,52,172); }

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

background-color css

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

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

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

border-color css

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

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

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