#AF3DB8

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

Shades of Fuchsia #AF3DB8

Tints of Fuchsia #AF3DB8

Color information

#AF3DB8 (or 0xAF3DB8) is unknown color: approx Fuchsia. HEX triplet: AF, 3D and B8. RGB value is (175,61,184). Sum of RGB (Red+Green+Blue) = 175+61+184=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF3DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DB8 is #50C247. Grayscale: #6C6C6C. Windows color (decimal): -5292616 or 12074415. OLE color: 12074415.

HSL color Cylindrical-coordinate representation of color #AF3DB8: hue angle of 295.61º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3DB8 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17561184-
CMYK0.050.6700.28
HSL295.61º50.2%48.04%-
HSV(B)295.61º66.85%72.16%-
XYZ2815.9146.94-
YUV109.11170.27175-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 61 (24.22% from 255) = 14.52%
BLUE value IS 184 (72.27% from 255) = 43.81%
R=41.67%
G=14.52%
B=43.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175611840.050.6700.28295.6150.248.04
HexAF3DB854301C1283230
Octal2577527051030344506260
Binary10101111111101101110001011000011011100100101000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3DB8; }

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

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

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

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

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

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

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

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