#AF35AD

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

Shades of Fuchsia #AF35AD

Tints of Fuchsia #AF35AD

Color information

#AF35AD (or 0xAF35AD) is unknown color: approx Fuchsia. HEX triplet: AF, 35 and AD. RGB value is (175,53,173). Sum of RGB (Red+Green+Blue) = 175+53+173=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF35AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF35AD is #50CA52. Grayscale: #666666. Windows color (decimal): -5294675 or 11351471. OLE color: 11351471.

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

Color convert

RGB17553173-
CMYK00.700.010.31
HSL300.98º53.51%44.71%-
HSV(B)300.98º69.71%68.63%-
XYZ26.514.6840.97-
YUV103.16167.42179.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 53 (21.09% from 255) = 13.22%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=43.64%
G=13.22%
B=43.14%

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
Decimal1755317300.700.010.31300.9853.5144.71
HexAF35AD04611F12d362d
Octal2576525501061374556655
Binary101011111101011010110101000110111111100101101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF35AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF35AD; }

 p { color: rgb(175,53,173); }

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

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

 a { background-color: rgb(175,53,173); }

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

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

 span { border-color: rgb(175,53,173); }

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