#AF36A7

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

Shades of Fuchsia #AF36A7

Tints of Fuchsia #AF36A7

Color information

#AF36A7 (or 0xAF36A7) is unknown color: approx Fuchsia. HEX triplet: AF, 36 and A7. RGB value is (175,54,167). Sum of RGB (Red+Green+Blue) = 175+54+167=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF36A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF36A7 is #50C958. Grayscale: #666666. Windows color (decimal): -5294425 or 10958511. OLE color: 10958511.

HSL color Cylindrical-coordinate representation of color #AF36A7: hue angle of 303.97º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF36A7 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17554167-
CMYK00.690.050.31
HSL303.97º52.84%44.9%-
HSV(B)303.97º69.14%68.63%-
XYZ25.9714.5438-
YUV103.06164.09179.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 54 (21.48% from 255) = 13.64%
BLUE value IS 167 (65.62% from 255) = 42.17%
R=44.19%
G=13.64%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755416700.690.050.31303.9752.8444.9
HexAF36A704551F130352d
Octal2576624701055374606555
Binary10101111110110101001110100010110111111100110000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF36A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF36A7; }

 p { color: rgb(175,54,167); }

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

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

 a { background-color: rgb(175,54,167); }

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

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

 span { border-color: rgb(175,54,167); }

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