#AF45BD

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

Shades of Fuchsia #AF45BD

Tints of Fuchsia #AF45BD

Color information

#AF45BD (or 0xAF45BD) is unknown color: approx Fuchsia. HEX triplet: AF, 45 and BD. RGB value is (175,69,189). Sum of RGB (Red+Green+Blue) = 175+69+189=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF45BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45BD is #50BA42. Grayscale: #727272. Windows color (decimal): -5290563 or 12404143. OLE color: 12404143.

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

Color convert

RGB17569189-
CMYK0.070.6300.26
HSL293º47.62%50.59%-
HSV(B)293º63.49%74.12%-
XYZ28.9917.0449.91-
YUV114.37170.12171.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 69 (27.34% from 255) = 15.94%
BLUE value IS 189 (74.22% from 255) = 43.65%
R=40.42%
G=15.94%
B=43.65%

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
Decimal175691890.070.6300.2629347.6250.59
HexAF45BD73F01A1253033
Octal2571052757770324456063
Binary10101111100010110111101111111111011010100100101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF45BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF45BD; }

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

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

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

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

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

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

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

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