#AF4EB5

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

Shades of Fuchsia #AF4EB5

Tints of Fuchsia #AF4EB5

Color information

#AF4EB5 (or 0xAF4EB5) is unknown color: approx Fuchsia. HEX triplet: AF, 4E and B5. RGB value is (175,78,181). Sum of RGB (Red+Green+Blue) = 175+78+181=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF4EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EB5 is #50B14A. Grayscale: #767676. Windows color (decimal): -5288267 or 11882159. OLE color: 11882159.

HSL color Cylindrical-coordinate representation of color #AF4EB5: hue angle of 296.5º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4EB5 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17578181-
CMYK0.030.5700.29
HSL296.5º41.04%50.78%-
HSV(B)296.5º56.91%70.98%-
XYZ28.7417.945.66-
YUV118.74163.14168.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 78 (30.86% from 255) = 17.97%
BLUE value IS 181 (71.09% from 255) = 41.71%
R=40.32%
G=17.97%
B=41.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175781810.030.5700.29296.541.0450.78
HexAF4EB533901D1292933
Octal2571162653710354515163
Binary1010111110011101011010111111001011101100101001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4EB5; }

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

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

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

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

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

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

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

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