#AF3AAA

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

Shades of Fuchsia #AF3AAA

Tints of Fuchsia #AF3AAA

Color information

#AF3AAA (or 0xAF3AAA) is unknown color: approx Fuchsia. HEX triplet: AF, 3A and AA. RGB value is (175,58,170). Sum of RGB (Red+Green+Blue) = 175+58+170=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AAA is #50C555. Grayscale: #696969. Windows color (decimal): -5293398 or 11156143. OLE color: 11156143.

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

Color convert

RGB17558170-
CMYK00.670.030.31
HSL302.56º50.21%45.69%-
HSV(B)302.56º66.86%68.63%-
XYZ26.4515.0439.54-
YUV105.75164.26177.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 58 (23.05% from 255) = 14.39%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=43.42%
G=14.39%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755817000.670.030.31302.5650.2145.69
HexAF3AAA04331F12f322e
Octal2577225201033374576256
Binary1010111111101010101010010000111111111100101111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3AAA; }

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

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

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

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

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

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

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

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