#AF51BE

Color #AF51BE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #AF51BE

Tints of Fuchsia #AF51BE

Color information

#AF51BE (or 0xAF51BE) is unknown color: approx Fuchsia. HEX triplet: AF, 51 and BE. RGB value is (175,81,190). Sum of RGB (Red+Green+Blue) = 175+81+190=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF51BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51BE is #50AE41. Grayscale: #797979. Windows color (decimal): -5287490 or 12472751. OLE color: 12472751.

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

Color convert

RGB17581190-
CMYK0.080.5700.25
HSL291.74º45.61%53.14%-
HSV(B)291.74º57.37%74.51%-
XYZ29.9218.7250.75-
YUV121.53166.64166.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 81 (32.03% from 255) = 18.16%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=39.24%
G=18.16%
B=42.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175811900.080.5700.25291.7445.6153.14
HexAF51BE8390191242e35
Octal25712127610710314445665
Binary101011111010001101111101000111001011001100100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF51BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF51BE; }

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

 H1.HeaderClassName
 {
   color: #AF51BE;
 }
 .AnyTagClassName
 {
   color: #AF51BE;
 }
</style>
background-color css

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

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

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

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

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

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