Html Css Color HEX #AF49AC Fuchsia

📋 copy color: '#AF49AC'

red 175 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #AF49AC

Tints of Fuchsia #AF49AC

RGB

 RED value IS 175 (68.75% from 255) = 41.67%

 GREEN value IS 73 (28.91% from 255) = 17.38%

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

R = 41.67%
G = 17.38%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF49AC (or 0xAF49AC) is known color: Fuchsia. HEX triplet: AF, 49 and AC. RGB value is (175,73,172). Sum of RGB (Red+Green+Blue) = 175+73+172=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF49AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF49AC is #50B653. Grayscale: #727272. Windows color (decimal): -5289556 or 11291055. OLE color: 11291055.

HSL color Cylindrical-coordinate representation of color #AF49AC: hue angle of 301.76º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF49AC is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 73 172 -
CMYK 0 0.58 0.02 0.31
HSL 301.76º 0.41% 0.49% -
HSV(B) 301.76º 0.58% 0.69% -
XYZ 27.51 16.86 40.83 -
YUV 114.78 160.29 170.95 -
System Red Green Blue C M Y K H S L
Decimal 175 73 172 0 0.58 0.02 0.31 301.76 0.41 0.49
Hex AF 49 AC 0 3A 2 1F 12E 29 31
Octal 257 111 254 0 72 2 37 456 51 61
Binary 10101111 1001001 10101100 0 111010 10 11111 100101110 101001 110001

Color Harmonies of #AF49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49AC

Black with #AF49AC

Text Example


Text Example

White with #AF49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49AC; }

 p { color: rgb(175,73,172); }

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

background-color css

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

 a { background-color: rgb(175,73,172); }

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

border-color css

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

 span { border-color: rgb(175,73,172); }

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