#AF6EBA

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

Shades of Fuchsia #AF6EBA

Tints of Fuchsia #AF6EBA

Color information

#AF6EBA (or 0xAF6EBA) is unknown color: approx Fuchsia. HEX triplet: AF, 6E and BA. RGB value is (175,110,186). Sum of RGB (Red+Green+Blue) = 175+110+186=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF6EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EBA is #509145. Grayscale: #898989. Windows color (decimal): -5280070 or 12218031. OLE color: 12218031.

HSL color Cylindrical-coordinate representation of color #AF6EBA: hue angle of 291.32º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6EBA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175110186-
CMYK0.060.4100.27
HSL291.32º35.51%58.04%-
HSV(B)291.32º40.86%72.94%-
XYZ32.1223.8149.36-
YUV138.1155.03154.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 110 (43.36% from 255) = 23.35%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=37.15%
G=23.35%
B=39.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751101860.060.4100.27291.3235.5158.04
HexAF6EBA62901B123243a
Octal2571562726510334434472
Binary10101111110111010111010110101001011011100100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6EBA; }

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

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

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

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

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

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

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

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