#AF42BA

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

Shades of Fuchsia #AF42BA

Tints of Fuchsia #AF42BA

Color information

#AF42BA (or 0xAF42BA) is unknown color: approx Fuchsia. HEX triplet: AF, 42 and BA. RGB value is (175,66,186). Sum of RGB (Red+Green+Blue) = 175+66+186=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF42BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42BA is #50BD45. Grayscale: #6F6F6F. Windows color (decimal): -5291334 or 12206767. OLE color: 12206767.

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

Color convert

RGB17566186-
CMYK0.060.6500.27
HSL294.5º47.62%49.41%-
HSV(B)294.5º64.52%72.94%-
XYZ28.4916.5648.15-
YUV112.27169.61172.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 66 (26.17% from 255) = 15.46%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=40.98%
G=15.46%
B=43.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175661860.060.6500.27294.547.6249.41
HexAF42BA64101B1263031
Octal25710227261010334466061
Binary101011111000010101110101101000001011011100100110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF42BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF42BA; }

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

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

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

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

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

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

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

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