Shades of Amethyst #AC75CB
Tints of Amethyst #AC75CB
RGB
CMYK
RGB Variations
Color information
#AC75CB (or 0xAC75CB) is known color: Amethyst. HEX triplet: AC, 75 and CB. RGB value is (172,117,203). Sum of RGB (Red+Green+Blue) = 172+117+203=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC75CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75CB is #538A34. Grayscale: #8E8E8E. Windows color (decimal): -5474869 or 13333932. OLE color: 13333932.
HSL color Cylindrical-coordinate representation of color #AC75CB: hue angle of 278.37º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC75CB is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 117 | 203 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.20 |
| HSL | 278.37º | 0.45% | 0.63% | - |
| HSV(B) | 278.37º | 0.42% | 0.8% | - |
| XYZ | 34.15 | 25.81 | 59.68 | - |
| YUV | 143.25 | 161.72 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 203 | 0.15 | 0.42 | 0 | 0.20 | 278.37 | 0.45 | 0.63 |
| Hex | AC | 75 | CB | F | 2A | 0 | 14 | 116 | 2D | 3F |
| Octal | 254 | 165 | 313 | 17 | 52 | 0 | 24 | 426 | 55 | 77 |
| Binary | 10101100 | 1110101 | 11001011 | 1111 | 101010 | 0 | 10100 | 100010110 | 101101 | 111111 |
Color Harmonies of #AC75CB
Complementary color
Monochromatic Colors of #AC75CB
Black with #AC75CB
Text Example
Text Example
White with #AC75CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC75CB; }
p { color: rgb(172,117,203); }
H1.HeaderClassName
{
color: #AC75CB;
}
.AnyTagClassName
{
color: #AC75CB;
}
</style>
background-color css
<style>
a { background-color: #AC75CB; }
a { background-color: rgb(172,117,203); }
div.DivClassName
{
background-color: #AC75CB;
}
.BgClassName
{
background-color: #AC75CB;
}
</style>
border-color css
<style>
span { border-color: #AC75CB; }
span { border-color: rgb(172,117,203); }
td.TdClassName
{
border-color: #AC75CB;
}
.TagClassName
{
border-color: #AC75CB;
}
</style>