Html Css Color HEX #AA3AAC Fuchsia

📋 copy color: '#AA3AAC'

red 170 ◦ green 58 ◦ blue 172

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

Shades of Fuchsia #AA3AAC

Tints of Fuchsia #AA3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.5%

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

R = 42.5%
G = 14.5%
B = 43%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA3AAC (or 0xAA3AAC) is known color: Fuchsia. HEX triplet: AA, 3A and AC. RGB value is (170,58,172). Sum of RGB (Red+Green+Blue) = 170+58+172=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA3AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3AAC is #55C553. Grayscale: #686868. Windows color (decimal): -5621076 or 11287210. OLE color: 11287210.

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

Color convert

RGB 170 58 172 -
CMYK 0.01 0.66 0 0.33
HSL 298.95º 0.5% 0.45% -
HSV(B) 298.95º 0.66% 0.67% -
XYZ 25.54 14.55 40.49 -
YUV 104.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 170 58 172 0.01 0.66 0 0.33 298.95 0.5 0.45
Hex AA 3A AC 1 42 0 21 12B 32 2D
Octal 252 72 254 1 102 0 41 453 62 55
Binary 10101010 111010 10101100 1 1000010 0 100001 100101011 110010 101101

Color Harmonies of #AA3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3AAC

Black with #AA3AAC

Text Example


Text Example

White with #AA3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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