Html Css Color HEX #AF47BA Fuchsia

📋 copy color: '#AF47BA'

red 175 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #AF47BA

Tints of Fuchsia #AF47BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 40.51%
G = 16.44%
B = 43.06%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF47BA (or 0xAF47BA) is known color: Fuchsia. HEX triplet: AF, 47 and BA. RGB value is (175,71,186). Sum of RGB (Red+Green+Blue) = 175+71+186=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF47BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47BA is #50B845. Grayscale: #727272. Windows color (decimal): -5290054 or 12208047. OLE color: 12208047.

HSL color Cylindrical-coordinate representation of color #AF47BA: hue angle of 294.26º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF47BA is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 71 186 -
CMYK 0.06 0.62 0 0.27
HSL 294.26º 0.45% 0.5% -
HSV(B) 294.26º 0.62% 0.73% -
XYZ 28.8 17.17 48.25 -
YUV 115.21 167.96 170.65 -
System Red Green Blue C M Y K H S L
Decimal 175 71 186 0.06 0.62 0 0.27 294.26 0.45 0.5
Hex AF 47 BA 6 3E 0 1B 126 2D 32
Octal 257 107 272 6 76 0 33 446 55 62
Binary 10101111 1000111 10111010 110 111110 0 11011 100100110 101101 110010

Color Harmonies of #AF47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47BA

Black with #AF47BA

Text Example


Text Example

White with #AF47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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