#AF3BB7

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

Shades of Fuchsia #AF3BB7

Tints of Fuchsia #AF3BB7

Color information

#AF3BB7 (or 0xAF3BB7) is unknown color: approx Fuchsia. HEX triplet: AF, 3B and B7. RGB value is (175,59,183). Sum of RGB (Red+Green+Blue) = 175+59+183=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF3BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BB7 is #50C448. Grayscale: #6B6B6B. Windows color (decimal): -5293129 or 12008367. OLE color: 12008367.

HSL color Cylindrical-coordinate representation of color #AF3BB7: hue angle of 296.13º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3BB7 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17559183-
CMYK0.040.6800.28
HSL296.13º51.24%47.45%-
HSV(B)296.13º67.76%71.76%-
XYZ27.7915.6646.36-
YUV107.82170.43175.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 59 (23.44% from 255) = 14.15%
BLUE value IS 183 (71.88% from 255) = 43.88%
R=41.97%
G=14.15%
B=43.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175591830.040.6800.28296.1351.2447.45
HexAF3BB744401C128332f
Octal2577326741040344506357
Binary10101111111011101101111001000100011100100101000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3BB7; }

 p { color: rgb(175,59,183); }

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

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

 a { background-color: rgb(175,59,183); }

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

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

 span { border-color: rgb(175,59,183); }

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