#AF6BBC

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

Shades of Fuchsia #AF6BBC

Tints of Fuchsia #AF6BBC

Color information

#AF6BBC (or 0xAF6BBC) is unknown color: approx Fuchsia. HEX triplet: AF, 6B and BC. RGB value is (175,107,188). Sum of RGB (Red+Green+Blue) = 175+107+188=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF6BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BBC is #509443. Grayscale: #888888. Windows color (decimal): -5280836 or 12348335. OLE color: 12348335.

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

Color convert

RGB175107188-
CMYK0.070.4300.26
HSL290.37º37.67%57.84%-
HSV(B)290.37º43.09%73.73%-
XYZ32.0123.2650.38-
YUV136.57157.03155.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 107 (42.19% from 255) = 22.77%
BLUE value IS 188 (73.83% from 255) = 40%
R=37.23%
G=22.77%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751071880.070.4300.26290.3737.6757.84
HexAF6BBC72B01A122263a
Octal2571532747530324424672
Binary10101111110101110111100111101011011010100100010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BBC; }

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

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

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

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

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

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

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

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