#AF6EBC

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

Shades of Fuchsia #AF6EBC

Tints of Fuchsia #AF6EBC

Color information

#AF6EBC (or 0xAF6EBC) is unknown color: approx Fuchsia. HEX triplet: AF, 6E and BC. RGB value is (175,110,188). Sum of RGB (Red+Green+Blue) = 175+110+188=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF6EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EBC is #509143. Grayscale: #8A8A8A. Windows color (decimal): -5280068 or 12349103. OLE color: 12349103.

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

Color convert

RGB175110188-
CMYK0.070.4100.26
HSL290º36.79%58.43%-
HSV(B)290º41.49%73.73%-
XYZ32.3323.950.49-
YUV138.33156.03154.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=37.00%
G=23.26%
B=39.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751101880.070.4100.2629036.7958.43
HexAF6EBC72901A122253a
Octal2571562747510324424572
Binary10101111110111010111100111101001011010100100010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6EBC; }

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

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

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

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

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

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

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

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