#AF5FBB

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

Shades of Fuchsia #AF5FBB

Tints of Fuchsia #AF5FBB

Color information

#AF5FBB (or 0xAF5FBB) is unknown color: approx Fuchsia. HEX triplet: AF, 5F and BB. RGB value is (175,95,187). Sum of RGB (Red+Green+Blue) = 175+95+187=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF5FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FBB is #50A044. Grayscale: #818181. Windows color (decimal): -5283909 or 12279727. OLE color: 12279727.

HSL color Cylindrical-coordinate representation of color #AF5FBB: hue angle of 292.17º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5FBB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17595187-
CMYK0.060.4900.27
HSL292.17º40.35%55.29%-
HSV(B)292.17º49.2%73.33%-
XYZ30.7420.8949.42-
YUV129.41160.5160.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=38.29%
G=20.79%
B=40.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175951870.060.4900.27292.1740.3555.29
HexAF5FBB63101B1242837
Octal2571372736610334445067
Binary10101111101111110111011110110001011011100100100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5FBB; }

 p { color: rgb(175,95,187); }

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

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

 a { background-color: rgb(175,95,187); }

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

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

 span { border-color: rgb(175,95,187); }

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