#af3aa8

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

Shades of Fuchsia #AF3AA8

Tints of Fuchsia #AF3AA8

Color information

#AF3AA8 (or 0xAF3AA8) is unknown color: approx Fuchsia. HEX triplet: AF, 3A and A8. RGB value is (175,58,168). Sum of RGB (Red+Green+Blue) = 175+58+168=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AA8 is #50C557. Grayscale: #696969. Windows color (decimal): -5293400 or 11025071. OLE color: 11025071.

HSL color Cylindrical-coordinate representation of color #AF3AA8: hue angle of 303.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3AA8 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17558168-
CMYK00.670.040.31
HSL303.59º50.21%45.69%-
HSV(B)303.59º66.86%68.63%-
XYZ26.2614.9738.55-
YUV105.52163.26177.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 58 (23.05% from 255) = 14.46%
BLUE value IS 168 (66.02% from 255) = 41.90%
R=43.64%
G=14.46%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755816800.670.040.31303.5950.2145.69
HexAF3AA804341F130322e
Octal2577225001034374606256
Binary10101111111010101010000100001110011111100110000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3aa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3aa8; }

 p { color: rgb(175,58,168); }

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

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

 a { background-color: rgb(175,58,168); }

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

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

 span { border-color: rgb(175,58,168); }

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