Html Css Color HEX #AA37AF Fuchsia

📋 copy color: '#AA37AF'

red 170 ◦ green 55 ◦ blue 175

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

Shades of Fuchsia #AA37AF

Tints of Fuchsia #AA37AF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.75%

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

R = 42.5%
G = 13.75%
B = 43.75%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA37AF (or 0xAA37AF) is known color: Fuchsia. HEX triplet: AA, 37 and AF. RGB value is (170,55,175). Sum of RGB (Red+Green+Blue) = 170+55+175=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA37AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37AF is #55C850. Grayscale: #666666. Windows color (decimal): -5621841 or 11483050. OLE color: 11483050.

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

Color convert

RGB 170 55 175 -
CMYK 0.03 0.69 0 0.31
HSL 297.5º 0.52% 0.45% -
HSV(B) 297.5º 0.69% 0.69% -
XYZ 25.68 14.37 41.98 -
YUV 103.07 168.6 175.74 -
System Red Green Blue C M Y K H S L
Decimal 170 55 175 0.03 0.69 0 0.31 297.5 0.52 0.45
Hex AA 37 AF 3 45 0 1F 12A 34 2D
Octal 252 67 257 3 105 0 37 452 64 55
Binary 10101010 110111 10101111 11 1000101 0 11111 100101010 110100 101101

Color Harmonies of #AA37AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37AF

Black with #AA37AF

Text Example


Text Example

White with #AA37AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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