Shades of Fuchsia #AD65B7
Tints of Fuchsia #AD65B7
RGB
CMYK
RGB Variations
Color information
#AD65B7 (or 0xAD65B7) is known color: Fuchsia. HEX triplet: AD, 65 and B7. RGB value is (173,101,183). Sum of RGB (Red+Green+Blue) = 173+101+183=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD65B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65B7 is #529A48. Grayscale: #838383. Windows color (decimal): -5413449 or 12019117. OLE color: 12019117.
HSL color Cylindrical-coordinate representation of color #AD65B7: hue angle of 292.68º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD65B7 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 101 | 183 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.28 |
| HSL | 292.68º | 0.36% | 0.56% | - |
| HSV(B) | 292.68º | 0.45% | 0.72% | - |
| XYZ | 30.43 | 21.61 | 47.37 | - |
| YUV | 131.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 183 | 0.05 | 0.45 | 0 | 0.28 | 292.68 | 0.36 | 0.56 |
| Hex | AD | 65 | B7 | 5 | 2D | 0 | 1C | 125 | 24 | 38 |
| Octal | 255 | 145 | 267 | 5 | 55 | 0 | 34 | 445 | 44 | 70 |
| Binary | 10101101 | 1100101 | 10110111 | 101 | 101101 | 0 | 11100 | 100100101 | 100100 | 111000 |
Color Harmonies of #AD65B7
Complementary color
Monochromatic Colors of #AD65B7
Black with #AD65B7
Text Example
Text Example
White with #AD65B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65B7; }
p { color: rgb(173,101,183); }
H1.HeaderClassName
{
color: #AD65B7;
}
.AnyTagClassName
{
color: #AD65B7;
}
</style>
background-color css
<style>
a { background-color: #AD65B7; }
a { background-color: rgb(173,101,183); }
div.DivClassName
{
background-color: #AD65B7;
}
.BgClassName
{
background-color: #AD65B7;
}
</style>
border-color css
<style>
span { border-color: #AD65B7; }
span { border-color: rgb(173,101,183); }
td.TdClassName
{
border-color: #AD65B7;
}
.TagClassName
{
border-color: #AD65B7;
}
</style>