#AF3CB5

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

Shades of Fuchsia #AF3CB5

Tints of Fuchsia #AF3CB5

Color information

#AF3CB5 (or 0xAF3CB5) is unknown color: approx Fuchsia. HEX triplet: AF, 3C and B5. RGB value is (175,60,181). Sum of RGB (Red+Green+Blue) = 175+60+181=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF3CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CB5 is #50C34A. Grayscale: #6B6B6B. Windows color (decimal): -5292875 or 11877551. OLE color: 11877551.

HSL color Cylindrical-coordinate representation of color #AF3CB5: hue angle of 297.02º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3CB5 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17560181-
CMYK0.030.6700.29
HSL297.02º50.21%47.25%-
HSV(B)297.02º66.85%70.98%-
XYZ27.6415.6845.29-
YUV108.18169.1175.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 60 (23.83% from 255) = 14.42%
BLUE value IS 181 (71.09% from 255) = 43.51%
R=42.07%
G=14.42%
B=43.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175601810.030.6700.29297.0250.2147.25
HexAF3CB534301D129322f
Octal2577426531030354516257
Binary1010111111110010110101111000011011101100101001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3CB5; }

 p { color: rgb(175,60,181); }

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

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

 a { background-color: rgb(175,60,181); }

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

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

 span { border-color: rgb(175,60,181); }

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