#AF42BE

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

Shades of Fuchsia #AF42BE

Tints of Fuchsia #AF42BE

Color information

#AF42BE (or 0xAF42BE) is unknown color: approx Fuchsia. HEX triplet: AF, 42 and BE. RGB value is (175,66,190). Sum of RGB (Red+Green+Blue) = 175+66+190=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF42BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42BE is #50BD41. Grayscale: #707070. Windows color (decimal): -5291330 or 12468911. OLE color: 12468911.

HSL color Cylindrical-coordinate representation of color #AF42BE: hue angle of 292.74º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF42BE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17566190-
CMYK0.080.6500.25
HSL292.74º48.82%50.2%-
HSV(B)292.74º65.26%74.51%-
XYZ28.9216.7350.42-
YUV112.73171.61172.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 66 (26.17% from 255) = 15.31%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=40.60%
G=15.31%
B=44.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175661900.080.6500.25292.7448.8250.2
HexAF42BE8410191253132
Octal257102276101010314456162
Binary1010111110000101011111010001000001011001100100101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF42BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF42BE; }

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

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

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

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

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

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

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

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