Html Css Color HEX #AA3AAF Fuchsia

📋 copy color: '#AA3AAF'

red 170 ◦ green 58 ◦ blue 175

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

Shades of Fuchsia #AA3AAF

Tints of Fuchsia #AA3AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 42.18%
G = 14.39%
B = 43.42%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA3AAF (or 0xAA3AAF) is known color: Fuchsia. HEX triplet: AA, 3A and AF. RGB value is (170,58,175). Sum of RGB (Red+Green+Blue) = 170+58+175=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA3AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3AAF is #55C550. Grayscale: #686868. Windows color (decimal): -5621073 or 11483818. OLE color: 11483818.

HSL color Cylindrical-coordinate representation of color #AA3AAF: hue angle of 297.44º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3AAF is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 58 175 -
CMYK 0.03 0.67 0 0.31
HSL 297.44º 0.5% 0.46% -
HSV(B) 297.44º 0.67% 0.69% -
XYZ 25.83 14.67 42.03 -
YUV 104.83 167.61 174.49 -
System Red Green Blue C M Y K H S L
Decimal 170 58 175 0.03 0.67 0 0.31 297.44 0.5 0.46
Hex AA 3A AF 3 43 0 1F 129 32 2E
Octal 252 72 257 3 103 0 37 451 62 56
Binary 10101010 111010 10101111 11 1000011 0 11111 100101001 110010 101110

Color Harmonies of #AA3AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3AAF

Black with #AA3AAF

Text Example


Text Example

White with #AA3AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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