#AF45BC

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

Shades of Fuchsia #AF45BC

Tints of Fuchsia #AF45BC

Color information

#AF45BC (or 0xAF45BC) is unknown color: approx Fuchsia. HEX triplet: AF, 45 and BC. RGB value is (175,69,188). Sum of RGB (Red+Green+Blue) = 175+69+188=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF45BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45BC is #50BA43. Grayscale: #717171. Windows color (decimal): -5290564 or 12338607. OLE color: 12338607.

HSL color Cylindrical-coordinate representation of color #AF45BC: hue angle of 293.45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF45BC is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17569188-
CMYK0.070.6300.26
HSL293.45º47.04%50.39%-
HSV(B)293.45º63.3%73.73%-
XYZ28.881749.34-
YUV114.26169.62171.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 69 (27.34% from 255) = 15.97%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=40.51%
G=15.97%
B=43.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175691880.070.6300.26293.4547.0450.39
HexAF45BC73F01A1252f32
Octal2571052747770324455762
Binary10101111100010110111100111111111011010100100101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF45BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF45BC; }

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

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

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

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

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

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

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

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