Shades of Fuchsia #AF66BD
Tints of Fuchsia #AF66BD
RGB
CMYK
RGB Variations
Color information
#AF66BD (or 0xAF66BD) is known color: Fuchsia. HEX triplet: AF, 66 and BD. RGB value is (175,102,189). Sum of RGB (Red+Green+Blue) = 175+102+189=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF66BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66BD is #509942. Grayscale: #858585. Windows color (decimal): -5282115 or 12412591. OLE color: 12412591.
HSL color Cylindrical-coordinate representation of color #AF66BD: hue angle of 290.34º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF66BD is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 102 | 189 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.26 |
| HSL | 290.34º | 0.4% | 0.57% | - |
| HSV(B) | 290.34º | 0.46% | 0.74% | - |
| XYZ | 31.62 | 22.29 | 50.78 | - |
| YUV | 133.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 189 | 0.07 | 0.46 | 0 | 0.26 | 290.34 | 0.4 | 0.57 |
| Hex | AF | 66 | BD | 7 | 2E | 0 | 1A | 122 | 28 | 39 |
| Octal | 257 | 146 | 275 | 7 | 56 | 0 | 32 | 442 | 50 | 71 |
| Binary | 10101111 | 1100110 | 10111101 | 111 | 101110 | 0 | 11010 | 100100010 | 101000 | 111001 |
Color Harmonies of #AF66BD
Complementary color
Monochromatic Colors of #AF66BD
Black with #AF66BD
Text Example
Text Example
White with #AF66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF66BD; }
p { color: rgb(175,102,189); }
H1.HeaderClassName
{
color: #AF66BD;
}
.AnyTagClassName
{
color: #AF66BD;
}
</style>
background-color css
<style>
a { background-color: #AF66BD; }
a { background-color: rgb(175,102,189); }
div.DivClassName
{
background-color: #AF66BD;
}
.BgClassName
{
background-color: #AF66BD;
}
</style>
border-color css
<style>
span { border-color: #AF66BD; }
span { border-color: rgb(175,102,189); }
td.TdClassName
{
border-color: #AF66BD;
}
.TagClassName
{
border-color: #AF66BD;
}
</style>