Shades of Fuchsia #AB36AD
Tints of Fuchsia #AB36AD
RGB
CMYK
RGB Variations
Color information
#AB36AD (or 0xAB36AD) is known color: Fuchsia. HEX triplet: AB, 36 and AD. RGB value is (171,54,173). Sum of RGB (Red+Green+Blue) = 171+54+173=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB36AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB36AD is #54C952. Grayscale: #666666. Windows color (decimal): -5556563 or 11351723. OLE color: 11351723.
HSL color Cylindrical-coordinate representation of color #AB36AD: hue angle of 298.99º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB36AD is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 54 | 173 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.32 |
| HSL | 298.99º | 0.52% | 0.45% | - |
| HSV(B) | 298.99º | 0.69% | 0.68% | - |
| XYZ | 25.66 | 14.31 | 40.95 | - |
| YUV | 102.55 | 167.76 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 173 | 0.01 | 0.69 | 0 | 0.32 | 298.99 | 0.52 | 0.45 |
| Hex | AB | 36 | AD | 1 | 45 | 0 | 20 | 12B | 34 | 2D |
| Octal | 253 | 66 | 255 | 1 | 105 | 0 | 40 | 453 | 64 | 55 |
| Binary | 10101011 | 110110 | 10101101 | 1 | 1000101 | 0 | 100000 | 100101011 | 110100 | 101101 |
Color Harmonies of #AB36AD
Complementary color
Monochromatic Colors of #AB36AD
Black with #AB36AD
Text Example
Text Example
White with #AB36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB36AD; }
p { color: rgb(171,54,173); }
H1.HeaderClassName
{
color: #AB36AD;
}
.AnyTagClassName
{
color: #AB36AD;
}
</style>
background-color css
<style>
a { background-color: #AB36AD; }
a { background-color: rgb(171,54,173); }
div.DivClassName
{
background-color: #AB36AD;
}
.BgClassName
{
background-color: #AB36AD;
}
</style>
border-color css
<style>
span { border-color: #AB36AD; }
span { border-color: rgb(171,54,173); }
td.TdClassName
{
border-color: #AB36AD;
}
.TagClassName
{
border-color: #AB36AD;
}
</style>