#AF40AA

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

Shades of Fuchsia #AF40AA

Tints of Fuchsia #AF40AA

Color information

#AF40AA (or 0xAF40AA) is unknown color: approx Fuchsia. HEX triplet: AF, 40 and AA. RGB value is (175,64,170). Sum of RGB (Red+Green+Blue) = 175+64+170=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF40AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF40AA is #50BF55. Grayscale: #6C6C6C. Windows color (decimal): -5291862 or 11157679. OLE color: 11157679.

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

Color convert

RGB17564170-
CMYK00.630.030.31
HSL302.7º46.44%46.86%-
HSV(B)302.7º63.43%68.63%-
XYZ26.7715.6839.65-
YUV109.27162.27174.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=42.79%
G=15.65%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756417000.630.030.31302.746.4446.86
HexAF40AA03F31F12f2e2f
Octal2571002520773374575657
Binary1010111110000001010101001111111111111100101111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF40AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF40AA; }

 p { color: rgb(175,64,170); }

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

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

 a { background-color: rgb(175,64,170); }

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

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

 span { border-color: rgb(175,64,170); }

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