Html Css Color HEX #AF47BE Fuchsia

📋 copy color: '#AF47BE'

red 175 ◦ green 71 ◦ blue 190

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

Shades of Fuchsia #AF47BE

Tints of Fuchsia #AF47BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 40.14%
G = 16.28%
B = 43.58%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF47BE (or 0xAF47BE) is known color: Fuchsia. HEX triplet: AF, 47 and BE. RGB value is (175,71,190). Sum of RGB (Red+Green+Blue) = 175+71+190=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF47BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47BE is #50B841. Grayscale: #737373. Windows color (decimal): -5290050 or 12470191. OLE color: 12470191.

HSL color Cylindrical-coordinate representation of color #AF47BE: hue angle of 292.44º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF47BE is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 71 190 -
CMYK 0.08 0.63 0 0.25
HSL 292.44º 0.48% 0.51% -
HSV(B) 292.44º 0.63% 0.75% -
XYZ 29.23 17.34 50.52 -
YUV 115.66 169.96 170.32 -
System Red Green Blue C M Y K H S L
Decimal 175 71 190 0.08 0.63 0 0.25 292.44 0.48 0.51
Hex AF 47 BE 8 3F 0 19 124 30 33
Octal 257 107 276 10 77 0 31 444 60 63
Binary 10101111 1000111 10111110 1000 111111 0 11001 100100100 110000 110011

Color Harmonies of #AF47BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47BE

Black with #AF47BE

Text Example


Text Example

White with #AF47BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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