#AF3DAC

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

Shades of Fuchsia #AF3DAC

Tints of Fuchsia #AF3DAC

Color information

#AF3DAC (or 0xAF3DAC) is unknown color: approx Fuchsia. HEX triplet: AF, 3D and AC. RGB value is (175,61,172). Sum of RGB (Red+Green+Blue) = 175+61+172=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3DAC is #50C253. Grayscale: #6B6B6B. Windows color (decimal): -5292628 or 11287983. OLE color: 11287983.

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

Color convert

RGB17561172-
CMYK00.650.020.31
HSL301.58º48.31%46.27%-
HSV(B)301.58º65.14%68.63%-
XYZ26.7915.4340.6-
YUV107.74164.27175.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 61 (24.22% from 255) = 14.95%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=42.89%
G=14.95%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756117200.650.020.31301.5848.3146.27
HexAF3DAC04121F12e302e
Octal2577525401012374566056
Binary1010111111110110101100010000011011111100101110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3DAC; }

 p { color: rgb(175,61,172); }

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

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

 a { background-color: rgb(175,61,172); }

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

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

 span { border-color: rgb(175,61,172); }

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