#AF5BBB

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

Shades of Fuchsia #AF5BBB

Tints of Fuchsia #AF5BBB

Color information

#AF5BBB (or 0xAF5BBB) is unknown color: approx Fuchsia. HEX triplet: AF, 5B and BB. RGB value is (175,91,187). Sum of RGB (Red+Green+Blue) = 175+91+187=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF5BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BBB is #50A444. Grayscale: #7E7E7E. Windows color (decimal): -5284933 or 12278703. OLE color: 12278703.

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

Color convert

RGB17591187-
CMYK0.060.5100.27
HSL292.5º41.38%54.51%-
HSV(B)292.5º51.34%73.33%-
XYZ30.3920.1849.31-
YUV127.06161.83162.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 91 (35.94% from 255) = 20.09%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=38.63%
G=20.09%
B=41.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175911870.060.5100.27292.541.3854.51
HexAF5BBB63301B1242937
Octal2571332736630334445167
Binary10101111101101110111011110110011011011100100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5BBB; }

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

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

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

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

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

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

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

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