#AF5DBA

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

Shades of Fuchsia #AF5DBA

Tints of Fuchsia #AF5DBA

Color information

#AF5DBA (or 0xAF5DBA) is unknown color: approx Fuchsia. HEX triplet: AF, 5D and BA. RGB value is (175,93,186). Sum of RGB (Red+Green+Blue) = 175+93+186=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DBA is #50A245. Grayscale: #7F7F7F. Windows color (decimal): -5284422 or 12213679. OLE color: 12213679.

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

Color convert

RGB17593186-
CMYK0.060.500.27
HSL292.9º40.26%54.71%-
HSV(B)292.9º50%72.94%-
XYZ30.4620.4948.8-
YUV128.12160.67161.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=38.55%
G=20.48%
B=40.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175931860.060.500.27292.940.2654.71
HexAF5DBA63201B1252837
Octal2571352726620334455067
Binary10101111101110110111010110110010011011100100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DBA; }

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

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

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

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

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

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

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

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