#AF34AA

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

Shades of Fuchsia #AF34AA

Tints of Fuchsia #AF34AA

Color information

#AF34AA (or 0xAF34AA) is unknown color: approx Fuchsia. HEX triplet: AF, 34 and AA. RGB value is (175,52,170). Sum of RGB (Red+Green+Blue) = 175+52+170=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF34AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF34AA is #50CB55. Grayscale: #656565. Windows color (decimal): -5294934 or 11154607. OLE color: 11154607.

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

Color convert

RGB17552170-
CMYK00.700.030.31
HSL302.44º54.19%44.51%-
HSV(B)302.44º70.29%68.63%-
XYZ26.1614.4739.44-
YUV102.23166.25179.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 52 (20.70% from 255) = 13.10%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=44.08%
G=13.10%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755217000.700.030.31302.4454.1944.51
HexAF34AA04631F12e362d
Octal2576425201063374566655
Binary1010111111010010101010010001101111111100101110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF34AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF34AA; }

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

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

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

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

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

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

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

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