#AF34AE

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

Shades of Fuchsia #AF34AE

Tints of Fuchsia #AF34AE

Color information

#AF34AE (or 0xAF34AE) is unknown color: approx Fuchsia. HEX triplet: AF, 34 and AE. RGB value is (175,52,174). Sum of RGB (Red+Green+Blue) = 175+52+174=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF34AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF34AE is #50CB51. Grayscale: #666666. Windows color (decimal): -5294930 or 11416751. OLE color: 11416751.

HSL color Cylindrical-coordinate representation of color #AF34AE: hue angle of 300.49º 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 #AF34AE is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17552174-
CMYK00.700.010.31
HSL300.49º54.19%44.51%-
HSV(B)300.49º70.29%68.63%-
XYZ26.5514.6341.47-
YUV102.68168.25179.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 52 (20.70% from 255) = 12.97%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=43.64%
G=12.97%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755217400.700.010.31300.4954.1944.51
HexAF34AE04611F12c362d
Octal2576425601061374546655
Binary101011111101001010111001000110111111100101100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF34AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF34AE; }

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

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

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

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

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

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

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

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