Shades of Fuchsia #AF67BA
Tints of Fuchsia #AF67BA
RGB
CMYK
RGB Variations
Color information
#AF67BA (or 0xAF67BA) is known color: Fuchsia. HEX triplet: AF, 67 and BA. RGB value is (175,103,186). Sum of RGB (Red+Green+Blue) = 175+103+186=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF67BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67BA is #509845. Grayscale: #858585. Windows color (decimal): -5281862 or 12216239. OLE color: 12216239.
HSL color Cylindrical-coordinate representation of color #AF67BA: hue angle of 292.05º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF67BA is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 103 | 186 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.27 |
| HSL | 292.05º | 0.38% | 0.57% | - |
| HSV(B) | 292.05º | 0.45% | 0.73% | - |
| XYZ | 31.39 | 22.36 | 49.12 | - |
| YUV | 133.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 186 | 0.06 | 0.45 | 0 | 0.27 | 292.05 | 0.38 | 0.57 |
| Hex | AF | 67 | BA | 6 | 2D | 0 | 1B | 124 | 26 | 39 |
| Octal | 257 | 147 | 272 | 6 | 55 | 0 | 33 | 444 | 46 | 71 |
| Binary | 10101111 | 1100111 | 10111010 | 110 | 101101 | 0 | 11011 | 100100100 | 100110 | 111001 |
Color Harmonies of #AF67BA
Complementary color
Monochromatic Colors of #AF67BA
Black with #AF67BA
Text Example
Text Example
White with #AF67BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67BA; }
p { color: rgb(175,103,186); }
H1.HeaderClassName
{
color: #AF67BA;
}
.AnyTagClassName
{
color: #AF67BA;
}
</style>
background-color css
<style>
a { background-color: #AF67BA; }
a { background-color: rgb(175,103,186); }
div.DivClassName
{
background-color: #AF67BA;
}
.BgClassName
{
background-color: #AF67BA;
}
</style>
border-color css
<style>
span { border-color: #AF67BA; }
span { border-color: rgb(175,103,186); }
td.TdClassName
{
border-color: #AF67BA;
}
.TagClassName
{
border-color: #AF67BA;
}
</style>