Html Css Color HEX #AA3AAD Fuchsia

📋 copy color: '#AA3AAD'

red 170 ◦ green 58 ◦ blue 173

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

Shades of Fuchsia #AA3AAD

Tints of Fuchsia #AA3AAD

RGB

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

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

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

R = 42.39%
G = 14.46%
B = 43.14%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA3AAD (or 0xAA3AAD) is known color: Fuchsia. HEX triplet: AA, 3A and AD. RGB value is (170,58,173). Sum of RGB (Red+Green+Blue) = 170+58+173=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3AAD is #55C552. Grayscale: #686868. Windows color (decimal): -5621075 or 11352746. OLE color: 11352746.

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

Color convert

RGB 170 58 173 -
CMYK 0.02 0.66 0 0.32
HSL 298.43º 0.5% 0.45% -
HSV(B) 298.43º 0.66% 0.68% -
XYZ 25.63 14.59 41 -
YUV 104.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 170 58 173 0.02 0.66 0 0.32 298.43 0.5 0.45
Hex AA 3A AD 2 42 0 20 12A 32 2D
Octal 252 72 255 2 102 0 40 452 62 55
Binary 10101010 111010 10101101 10 1000010 0 100000 100101010 110010 101101

Color Harmonies of #AA3AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3AAD

Black with #AA3AAD

Text Example


Text Example

White with #AA3AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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