#AF45BF

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

Shades of Fuchsia #AF45BF

Tints of Fuchsia #AF45BF

Color information

#AF45BF (or 0xAF45BF) is unknown color: approx Fuchsia. HEX triplet: AF, 45 and BF. RGB value is (175,69,191). Sum of RGB (Red+Green+Blue) = 175+69+191=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF45BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45BF is #50BA40. Grayscale: #727272. Windows color (decimal): -5290561 or 12535215. OLE color: 12535215.

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

Color convert

RGB17569191-
CMYK0.080.6400.25
HSL292.13º48.8%50.98%-
HSV(B)292.13º63.87%74.9%-
XYZ29.2117.1351.06-
YUV114.6171.12171.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 69 (27.34% from 255) = 15.86%
BLUE value IS 191 (75% from 255) = 43.91%
R=40.23%
G=15.86%
B=43.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175691910.080.6400.25292.1348.850.98
HexAF45BF8400191243133
Octal257105277101000314446163
Binary1010111110001011011111110001000000011001100100100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF45BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF45BF; }

 p { color: rgb(175,69,191); }

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

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

 a { background-color: rgb(175,69,191); }

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

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

 span { border-color: rgb(175,69,191); }

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