#AF6CB7

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

Shades of Fuchsia #AF6CB7

Tints of Fuchsia #AF6CB7

Color information

#AF6CB7 (or 0xAF6CB7) is unknown color: approx Fuchsia. HEX triplet: AF, 6C and B7. RGB value is (175,108,183). Sum of RGB (Red+Green+Blue) = 175+108+183=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF6CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CB7 is #509348. Grayscale: #888888. Windows color (decimal): -5280585 or 12020911. OLE color: 12020911.

HSL color Cylindrical-coordinate representation of color #AF6CB7: hue angle of 293.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6CB7 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB175108183-
CMYK0.040.4100.28
HSL293.6º34.25%57.06%-
HSV(B)293.6º40.98%71.76%-
XYZ31.5923.2647.62-
YUV136.58154.2155.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 183 (71.88% from 255) = 39.27%
R=37.55%
G=23.18%
B=39.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751081830.040.4100.28293.634.2557.06
HexAF6CB742901C1262239
Octal2571542674510344464271
Binary10101111110110010110111100101001011100100100110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6CB7; }

 p { color: rgb(175,108,183); }

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

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

 a { background-color: rgb(175,108,183); }

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

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

 span { border-color: rgb(175,108,183); }

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