#AF60BE

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

Shades of Fuchsia #AF60BE

Tints of Fuchsia #AF60BE

Color information

#AF60BE (or 0xAF60BE) is unknown color: approx Fuchsia. HEX triplet: AF, 60 and BE. RGB value is (175,96,190). Sum of RGB (Red+Green+Blue) = 175+96+190=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF60BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60BE is #509F41. Grayscale: #828282. Windows color (decimal): -5283650 or 12476591. OLE color: 12476591.

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

Color convert

RGB17596190-
CMYK0.080.4900.25
HSL290.43º41.96%56.08%-
HSV(B)290.43º49.47%74.51%-
XYZ31.1621.251.16-
YUV130.34161.67159.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 96 (37.89% from 255) = 20.82%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=37.96%
G=20.82%
B=41.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175961900.080.4900.25290.4341.9656.08
HexAF60BE8310191222a38
Octal25714027610610314425270
Binary101011111100000101111101000110001011001100100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF60BE; }

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

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

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

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

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

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

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

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