Shades of Perano #AB9FFD
Tints of Perano #AB9FFD
RGB
CMYK
RGB Variations
Color information
#AB9FFD (or 0xAB9FFD) is known color: Perano. HEX triplet: AB, 9F and FD. RGB value is (171,159,253). Sum of RGB (Red+Green+Blue) = 171+159+253=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB9FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FFD is #546002. Grayscale: #ACACAC. Windows color (decimal): -5529603 or 16621483. OLE color: 16621483.
HSL color Cylindrical-coordinate representation of color #AB9FFD: hue angle of 247.66º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB9FFD is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 159 | 253 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.01 |
| HSL | 247.66º | 0.96% | 0.81% | - |
| HSV(B) | 247.66º | 0.37% | 0.99% | - |
| XYZ | 46.92 | 40.55 | 98.28 | - |
| YUV | 173.3 | 172.98 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 253 | 0.32 | 0.37 | 0 | 0.01 | 247.66 | 0.96 | 0.81 |
| Hex | AB | 9F | FD | 20 | 25 | 0 | 1 | F8 | 60 | 51 |
| Octal | 253 | 237 | 375 | 40 | 45 | 0 | 1 | 370 | 140 | 121 |
| Binary | 10101011 | 10011111 | 11111101 | 100000 | 100101 | 0 | 1 | 11111000 | 1100000 | 1010001 |
Color Harmonies of #AB9FFD
Complementary color
Monochromatic Colors of #AB9FFD
Black with #AB9FFD
Text Example
Text Example
White with #AB9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9FFD; }
p { color: rgb(171,159,253); }
H1.HeaderClassName
{
color: #AB9FFD;
}
.AnyTagClassName
{
color: #AB9FFD;
}
</style>
background-color css
<style>
a { background-color: #AB9FFD; }
a { background-color: rgb(171,159,253); }
div.DivClassName
{
background-color: #AB9FFD;
}
.BgClassName
{
background-color: #AB9FFD;
}
</style>
border-color css
<style>
span { border-color: #AB9FFD; }
span { border-color: rgb(171,159,253); }
td.TdClassName
{
border-color: #AB9FFD;
}
.TagClassName
{
border-color: #AB9FFD;
}
</style>