#AF6AB7

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

Shades of Fuchsia #AF6AB7

Tints of Fuchsia #AF6AB7

Color information

#AF6AB7 (or 0xAF6AB7) is unknown color: approx Fuchsia. HEX triplet: AF, 6A and B7. RGB value is (175,106,183). Sum of RGB (Red+Green+Blue) = 175+106+183=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF6AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6AB7 is #509548. Grayscale: #878787. Windows color (decimal): -5281097 or 12020399. OLE color: 12020399.

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

Color convert

RGB175106183-
CMYK0.040.4200.28
HSL293.77º34.84%56.67%-
HSV(B)293.77º42.08%71.76%-
XYZ31.3822.8447.55-
YUV135.41154.86156.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 183 (71.88% from 255) = 39.44%
R=37.72%
G=22.84%
B=39.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751061830.040.4200.28293.7734.8456.67
HexAF6AB742A01C1262339
Octal2571522674520344464371
Binary10101111110101010110111100101010011100100100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6AB7; }

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

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

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

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

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

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

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

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