#AF46BC

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

Shades of Fuchsia #AF46BC

Tints of Fuchsia #AF46BC

Color information

#AF46BC (or 0xAF46BC) is unknown color: approx Fuchsia. HEX triplet: AF, 46 and BC. RGB value is (175,70,188). Sum of RGB (Red+Green+Blue) = 175+70+188=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF46BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF46BC is #50B943. Grayscale: #727272. Windows color (decimal): -5290308 or 12338863. OLE color: 12338863.

HSL color Cylindrical-coordinate representation of color #AF46BC: hue angle of 293.39º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF46BC is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17570188-
CMYK0.070.6300.26
HSL293.39º46.83%50.59%-
HSV(B)293.39º62.77%73.73%-
XYZ28.9517.1349.36-
YUV114.85169.29170.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 70 (27.73% from 255) = 16.17%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=40.42%
G=16.17%
B=43.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175701880.070.6300.26293.3946.8350.59
HexAF46BC73F01A1252f33
Octal2571062747770324455763
Binary10101111100011010111100111111111011010100100101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF46BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF46BC; }

 p { color: rgb(175,70,188); }

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

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

 a { background-color: rgb(175,70,188); }

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

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

 span { border-color: rgb(175,70,188); }

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