#AF43BE

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

Shades of Fuchsia #AF43BE

Tints of Fuchsia #AF43BE

Color information

#AF43BE (or 0xAF43BE) is unknown color: approx Fuchsia. HEX triplet: AF, 43 and BE. RGB value is (175,67,190). Sum of RGB (Red+Green+Blue) = 175+67+190=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF43BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43BE is #50BC41. Grayscale: #707070. Windows color (decimal): -5291074 or 12469167. OLE color: 12469167.

HSL color Cylindrical-coordinate representation of color #AF43BE: hue angle of 292.68º 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 #AF43BE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17567190-
CMYK0.080.6500.25
HSL292.68º48.62%50.39%-
HSV(B)292.68º64.74%74.51%-
XYZ28.9816.8550.44-
YUV113.31171.28172-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 67 (26.56% from 255) = 15.51%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=40.51%
G=15.51%
B=43.98%

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
Decimal175671900.080.6500.25292.6848.6250.39
HexAF43BE8410191253132
Octal257103276101010314456162
Binary1010111110000111011111010001000001011001100100101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF43BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF43BE; }

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

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

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

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

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

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

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

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