#AF5ABA

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

Shades of Fuchsia #AF5ABA

Tints of Fuchsia #AF5ABA

Color information

#AF5ABA (or 0xAF5ABA) is unknown color: approx Fuchsia. HEX triplet: AF, 5A and BA. RGB value is (175,90,186). Sum of RGB (Red+Green+Blue) = 175+90+186=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF5ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ABA is #50A545. Grayscale: #7E7E7E. Windows color (decimal): -5285190 or 12212911. OLE color: 12212911.

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

Color convert

RGB17590186-
CMYK0.060.5200.27
HSL293.12º41.03%54.12%-
HSV(B)293.12º51.61%72.94%-
XYZ30.219.9748.72-
YUV126.36161.66162.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=38.80%
G=19.96%
B=41.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175901860.060.5200.27293.1241.0354.12
HexAF5ABA63401B1252936
Octal2571322726640334455166
Binary10101111101101010111010110110100011011100100101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5ABA; }

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

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

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

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

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

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

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

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