#AF44BA

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

Shades of Fuchsia #AF44BA

Tints of Fuchsia #AF44BA

Color information

#AF44BA (or 0xAF44BA) is unknown color: approx Fuchsia. HEX triplet: AF, 44 and BA. RGB value is (175,68,186). Sum of RGB (Red+Green+Blue) = 175+68+186=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF44BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44BA is #50BB45. Grayscale: #717171. Windows color (decimal): -5290822 or 12207279. OLE color: 12207279.

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

Color convert

RGB17568186-
CMYK0.060.6300.27
HSL294.41º46.46%49.8%-
HSV(B)294.41º63.44%72.94%-
XYZ28.6116.7948.19-
YUV113.44168.95171.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 68 (26.95% from 255) = 15.85%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=40.79%
G=15.85%
B=43.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175681860.060.6300.27294.4146.4649.8
HexAF44BA63F01B1262e32
Octal2571042726770334465662
Binary10101111100010010111010110111111011011100100110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF44BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF44BA; }

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

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

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

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

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

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

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

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