#AF4EBA

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

Shades of Fuchsia #AF4EBA

Tints of Fuchsia #AF4EBA

Color information

#AF4EBA (or 0xAF4EBA) is unknown color: approx Fuchsia. HEX triplet: AF, 4E and BA. RGB value is (175,78,186). Sum of RGB (Red+Green+Blue) = 175+78+186=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF4EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EBA is #50B145. Grayscale: #767676. Windows color (decimal): -5288262 or 12209839. OLE color: 12209839.

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

Color convert

RGB17578186-
CMYK0.060.5800.27
HSL293.89º43.9%51.76%-
HSV(B)293.89º58.06%72.94%-
XYZ29.2718.1148.41-
YUV119.32165.64167.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 78 (30.86% from 255) = 17.77%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=39.86%
G=17.77%
B=42.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175781860.060.5800.27293.8943.951.76
HexAF4EBA63A01B1262c34
Octal2571162726720334465464
Binary10101111100111010111010110111010011011100100110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4EBA; }

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

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

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

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

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

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

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

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