#AF4ABA

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

Shades of Fuchsia #AF4ABA

Tints of Fuchsia #AF4ABA

Color information

#AF4ABA (or 0xAF4ABA) is unknown color: approx Fuchsia. HEX triplet: AF, 4A and BA. RGB value is (175,74,186). Sum of RGB (Red+Green+Blue) = 175+74+186=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF4ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4ABA is #50B545. Grayscale: #747474. Windows color (decimal): -5289286 or 12208815. OLE color: 12208815.

HSL color Cylindrical-coordinate representation of color #AF4ABA: hue angle of 294.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4ABA is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17574186-
CMYK0.060.6000.27
HSL294.11º44.8%50.98%-
HSV(B)294.11º60.22%72.94%-
XYZ28.9917.5648.32-
YUV116.97166.96169.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 74 (29.30% from 255) = 17.01%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=40.23%
G=17.01%
B=42.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175741860.060.6000.27294.1144.850.98
HexAF4ABA63C01B1262d33
Octal2571122726740334465563
Binary10101111100101010111010110111100011011100100110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4ABA; }

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

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

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

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

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

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

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

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