#AF61BC

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

Shades of Fuchsia #AF61BC

Tints of Fuchsia #AF61BC

Color information

#AF61BC (or 0xAF61BC) is unknown color: approx Fuchsia. HEX triplet: AF, 61 and BC. RGB value is (175,97,188). Sum of RGB (Red+Green+Blue) = 175+97+188=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61BC is #509E43. Grayscale: #828282. Windows color (decimal): -5283396 or 12345775. OLE color: 12345775.

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

Color convert

RGB17597188-
CMYK0.070.4800.26
HSL291.43º40.44%55.88%-
HSV(B)291.43º48.4%73.73%-
XYZ31.0321.2950.05-
YUV130.7160.34159.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 97 (38.28% from 255) = 21.09%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=38.04%
G=21.09%
B=40.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175971880.070.4800.26291.4340.4455.88
HexAF61BC73001A1232838
Octal2571412747600324435070
Binary10101111110000110111100111110000011010100100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF61BC; }

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

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

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

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

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

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

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

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