#AF5BBC

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

Shades of Fuchsia #AF5BBC

Tints of Fuchsia #AF5BBC

Color information

#AF5BBC (or 0xAF5BBC) is unknown color: approx Fuchsia. HEX triplet: AF, 5B and BC. RGB value is (175,91,188). Sum of RGB (Red+Green+Blue) = 175+91+188=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF5BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BBC is #50A443. Grayscale: #7E7E7E. Windows color (decimal): -5284932 or 12344239. OLE color: 12344239.

HSL color Cylindrical-coordinate representation of color #AF5BBC: hue angle of 291.96º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5BBC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17591188-
CMYK0.070.5200.26
HSL291.96º41.99%54.71%-
HSV(B)291.96º51.6%73.73%-
XYZ30.520.2349.87-
YUV127.17162.33162.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 91 (35.94% from 255) = 20.04%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=38.55%
G=20.04%
B=41.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175911880.070.5200.26291.9641.9954.71
HexAF5BBC73401A1242a37
Octal2571332747640324445267
Binary10101111101101110111100111110100011010100100100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5BBC; }

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

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

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

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

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

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

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

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