Shades of Fuchsia #AB30AA
Tints of Fuchsia #AB30AA
RGB
CMYK
RGB Variations
Color information
#AB30AA (or 0xAB30AA) is known color: Fuchsia. HEX triplet: AB, 30 and AA. RGB value is (171,48,170). Sum of RGB (Red+Green+Blue) = 171+48+170=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB30AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB30AA is #54CF55. Grayscale: #626262. Windows color (decimal): -5558102 or 11153579. OLE color: 11153579.
HSL color Cylindrical-coordinate representation of color #AB30AA: hue angle of 300.49º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB30AA is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 170 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.33 |
| HSL | 300.49º | 0.56% | 0.43% | - |
| HSV(B) | 300.49º | 0.72% | 0.67% | - |
| XYZ | 25.11 | 13.67 | 39.35 | - |
| YUV | 98.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 170 | 0 | 0.72 | 0.01 | 0.33 | 300.49 | 0.56 | 0.43 |
| Hex | AB | 30 | AA | 0 | 48 | 1 | 21 | 12C | 38 | 2B |
| Octal | 253 | 60 | 252 | 0 | 110 | 1 | 41 | 454 | 70 | 53 |
| Binary | 10101011 | 110000 | 10101010 | 0 | 1001000 | 1 | 100001 | 100101100 | 111000 | 101011 |
Color Harmonies of #AB30AA
Complementary color
Monochromatic Colors of #AB30AA
Black with #AB30AA
Text Example
Text Example
White with #AB30AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB30AA; }
p { color: rgb(171,48,170); }
H1.HeaderClassName
{
color: #AB30AA;
}
.AnyTagClassName
{
color: #AB30AA;
}
</style>
background-color css
<style>
a { background-color: #AB30AA; }
a { background-color: rgb(171,48,170); }
div.DivClassName
{
background-color: #AB30AA;
}
.BgClassName
{
background-color: #AB30AA;
}
</style>
border-color css
<style>
span { border-color: #AB30AA; }
span { border-color: rgb(171,48,170); }
td.TdClassName
{
border-color: #AB30AA;
}
.TagClassName
{
border-color: #AB30AA;
}
</style>