Shades of Fuchsia #AF3DB5
Tints of Fuchsia #AF3DB5
RGB
CMYK
RGB Variations
Color information
#AF3DB5 (or 0xAF3DB5) is known color: Fuchsia. HEX triplet: AF, 3D and B5. RGB value is (175,61,181). Sum of RGB (Red+Green+Blue) = 175+61+181=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF3DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DB5 is #50C24A. Grayscale: #6C6C6C. Windows color (decimal): -5292619 or 11877807. OLE color: 11877807.
HSL color Cylindrical-coordinate representation of color #AF3DB5: hue angle of 297º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3DB5 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 61 | 181 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.29 |
| HSL | 297º | 0.5% | 0.47% | - |
| HSV(B) | 297º | 0.66% | 0.71% | - |
| XYZ | 27.69 | 15.79 | 45.3 | - |
| YUV | 108.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 181 | 0.03 | 0.66 | 0 | 0.29 | 297 | 0.5 | 0.47 |
| Hex | AF | 3D | B5 | 3 | 42 | 0 | 1D | 129 | 32 | 2F |
| Octal | 257 | 75 | 265 | 3 | 102 | 0 | 35 | 451 | 62 | 57 |
| Binary | 10101111 | 111101 | 10110101 | 11 | 1000010 | 0 | 11101 | 100101001 | 110010 | 101111 |
Color Harmonies of #AF3DB5
Complementary color
Monochromatic Colors of #AF3DB5
Black with #AF3DB5
Text Example
Text Example
White with #AF3DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3DB5; }
p { color: rgb(175,61,181); }
H1.HeaderClassName
{
color: #AF3DB5;
}
.AnyTagClassName
{
color: #AF3DB5;
}
</style>
background-color css
<style>
a { background-color: #AF3DB5; }
a { background-color: rgb(175,61,181); }
div.DivClassName
{
background-color: #AF3DB5;
}
.BgClassName
{
background-color: #AF3DB5;
}
</style>
border-color css
<style>
span { border-color: #AF3DB5; }
span { border-color: rgb(175,61,181); }
td.TdClassName
{
border-color: #AF3DB5;
}
.TagClassName
{
border-color: #AF3DB5;
}
</style>