Html Css Color HEX #AA42AF Fuchsia

📋 copy color: '#AA42AF'

red 170 ◦ green 66 ◦ blue 175

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

Shades of Fuchsia #AA42AF

Tints of Fuchsia #AA42AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.06%

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

R = 41.36%
G = 16.06%
B = 42.58%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA42AF (or 0xAA42AF) is known color: Fuchsia. HEX triplet: AA, 42 and AF. RGB value is (170,66,175). Sum of RGB (Red+Green+Blue) = 170+66+175=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA42AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA42AF is #55BD50. Grayscale: #6D6D6D. Windows color (decimal): -5619025 or 11485866. OLE color: 11485866.

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

Color convert

RGB 170 66 175 -
CMYK 0.03 0.62 0 0.31
HSL 297.25º 0.45% 0.47% -
HSV(B) 297.25º 0.62% 0.69% -
XYZ 26.26 15.54 42.17 -
YUV 109.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 170 66 175 0.03 0.62 0 0.31 297.25 0.45 0.47
Hex AA 42 AF 3 3E 0 1F 129 2D 2F
Octal 252 102 257 3 76 0 37 451 55 57
Binary 10101010 1000010 10101111 11 111110 0 11111 100101001 101101 101111

Color Harmonies of #AA42AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA42AF

Black with #AA42AF

Text Example


Text Example

White with #AA42AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA42AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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