#AF39A7

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

Shades of Fuchsia #AF39A7

Tints of Fuchsia #AF39A7

Color information

#AF39A7 (or 0xAF39A7) is unknown color: approx Fuchsia. HEX triplet: AF, 39 and A7. RGB value is (175,57,167). Sum of RGB (Red+Green+Blue) = 175+57+167=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF39A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF39A7 is #50C658. Grayscale: #686868. Windows color (decimal): -5293657 or 10959279. OLE color: 10959279.

HSL color Cylindrical-coordinate representation of color #AF39A7: hue angle of 304.07º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF39A7 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17557167-
CMYK00.670.050.31
HSL304.07º50.86%45.49%-
HSV(B)304.07º67.43%68.63%-
XYZ26.1214.8338.05-
YUV104.82163.09178.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 57 (22.66% from 255) = 14.29%
BLUE value IS 167 (65.62% from 255) = 41.85%
R=43.86%
G=14.29%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755716700.670.050.31304.0750.8645.49
HexAF39A704351F130332d
Octal2577124701035374606355
Binary10101111111001101001110100001110111111100110000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF39A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF39A7; }

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

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

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

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

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

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

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

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