#AF39BA

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

Shades of Fuchsia #AF39BA

Tints of Fuchsia #AF39BA

Color information

#AF39BA (or 0xAF39BA) is unknown color: approx Fuchsia. HEX triplet: AF, 39 and BA. RGB value is (175,57,186). Sum of RGB (Red+Green+Blue) = 175+57+186=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF39BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39BA is #50C645. Grayscale: #6A6A6A. Windows color (decimal): -5293638 or 12204463. OLE color: 12204463.

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

Color convert

RGB17557186-
CMYK0.060.6900.27
HSL294.88º53.09%47.65%-
HSV(B)294.88º69.35%72.94%-
XYZ28.0115.5947.99-
YUV106.99172.59176.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 57 (22.66% from 255) = 13.64%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=41.87%
G=13.64%
B=44.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175571860.060.6900.27294.8853.0947.65
HexAF39BA64501B1273530
Octal2577127261050334476560
Binary10101111111001101110101101000101011011100100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF39BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF39BA; }

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

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

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

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

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

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

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

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