#AF61BA

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

Shades of Fuchsia #AF61BA

Tints of Fuchsia #AF61BA

Color information

#AF61BA (or 0xAF61BA) is unknown color: approx Fuchsia. HEX triplet: AF, 61 and BA. RGB value is (175,97,186). Sum of RGB (Red+Green+Blue) = 175+97+186=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61BA is #509E45. Grayscale: #828282. Windows color (decimal): -5283398 or 12214703. OLE color: 12214703.

HSL color Cylindrical-coordinate representation of color #AF61BA: hue angle of 292.58º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF61BA is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17597186-
CMYK0.060.4800.27
HSL292.58º39.21%55.49%-
HSV(B)292.58º47.85%72.94%-
XYZ30.8221.2148.92-
YUV130.47159.34159.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=38.21%
G=21.18%
B=40.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175971860.060.4800.27292.5839.2155.49
HexAF61BA63001B1252737
Octal2571412726600334454767
Binary10101111110000110111010110110000011011100100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF61BA; }

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

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

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

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

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

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

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

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