Html Css Color HEX #AF47AC Fuchsia

📋 copy color: '#AF47AC'

red 175 ◦ green 71 ◦ blue 172

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

Shades of Fuchsia #AF47AC

Tints of Fuchsia #AF47AC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

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

R = 41.87%
G = 16.99%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF47AC (or 0xAF47AC) is known color: Fuchsia. HEX triplet: AF, 47 and AC. RGB value is (175,71,172). Sum of RGB (Red+Green+Blue) = 175+71+172=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF47AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF47AC is #50B853. Grayscale: #717171. Windows color (decimal): -5290068 or 11290543. OLE color: 11290543.

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

Color convert

RGB 175 71 172 -
CMYK 0 0.59 0.02 0.31
HSL 301.73º 0.42% 0.48% -
HSV(B) 301.73º 0.59% 0.69% -
XYZ 27.38 16.6 40.79 -
YUV 113.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 175 71 172 0 0.59 0.02 0.31 301.73 0.42 0.48
Hex AF 47 AC 0 3B 2 1F 12E 2A 30
Octal 257 107 254 0 73 2 37 456 52 60
Binary 10101111 1000111 10101100 0 111011 10 11111 100101110 101010 110000

Color Harmonies of #AF47AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47AC

Black with #AF47AC

Text Example


Text Example

White with #AF47AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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