#AF3BB9

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

Shades of Fuchsia #AF3BB9

Tints of Fuchsia #AF3BB9

Color information

#AF3BB9 (or 0xAF3BB9) is unknown color: approx Fuchsia. HEX triplet: AF, 3B and B9. RGB value is (175,59,185). Sum of RGB (Red+Green+Blue) = 175+59+185=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF3BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BB9 is #50C446. Grayscale: #6B6B6B. Windows color (decimal): -5293127 or 12139439. OLE color: 12139439.

HSL color Cylindrical-coordinate representation of color #AF3BB9: hue angle of 295.24º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3BB9 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17559185-
CMYK0.050.6800.27
HSL295.24º51.64%47.84%-
HSV(B)295.24º68.11%72.55%-
XYZ2815.7447.46-
YUV108.05171.43175.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 59 (23.44% from 255) = 14.08%
BLUE value IS 185 (72.66% from 255) = 44.15%
R=41.77%
G=14.08%
B=44.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175591850.050.6800.27295.2451.6447.84
HexAF3BB954401B1273430
Octal2577327151040334476460
Binary10101111111011101110011011000100011011100100111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3BB9; }

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

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

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

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

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

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

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

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