Shades of Perano #AB9CFF
Tints of Perano #AB9CFF
RGB
CMYK
RGB Variations
Color information
#AB9CFF (or 0xAB9CFF) is known color: Perano. HEX triplet: AB, 9C and FF. RGB value is (171,156,255). Sum of RGB (Red+Green+Blue) = 171+156+255=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9CFF is #546300. Grayscale: #ABABAB. Windows color (decimal): -5530369 or 16751787. OLE color: 16751787.
HSL color Cylindrical-coordinate representation of color #AB9CFF: hue angle of 249.09º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB9CFF is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 156 | 255 | - |
| CMYK | 0.33 | 0.39 | 0 | 0 |
| HSL | 249.09º | 1% | 0.81% | - |
| HSV(B) | 249.09º | 0.39% | 1% | - |
| XYZ | 46.73 | 39.65 | 99.8 | - |
| YUV | 171.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 255 | 0.33 | 0.39 | 0 | 0 | 249.09 | 1 | 0.81 |
| Hex | AB | 9C | FF | 21 | 27 | 0 | 0 | F9 | 64 | 51 |
| Octal | 253 | 234 | 377 | 41 | 47 | 0 | 0 | 371 | 144 | 121 |
| Binary | 10101011 | 10011100 | 11111111 | 100001 | 100111 | 0 | 0 | 11111001 | 1100100 | 1010001 |
Color Harmonies of #AB9CFF
Complementary color
Monochromatic Colors of #AB9CFF
Black with #AB9CFF
Text Example
Text Example
White with #AB9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CFF; }
p { color: rgb(171,156,255); }
H1.HeaderClassName
{
color: #AB9CFF;
}
.AnyTagClassName
{
color: #AB9CFF;
}
</style>
background-color css
<style>
a { background-color: #AB9CFF; }
a { background-color: rgb(171,156,255); }
div.DivClassName
{
background-color: #AB9CFF;
}
.BgClassName
{
background-color: #AB9CFF;
}
</style>
border-color css
<style>
span { border-color: #AB9CFF; }
span { border-color: rgb(171,156,255); }
td.TdClassName
{
border-color: #AB9CFF;
}
.TagClassName
{
border-color: #AB9CFF;
}
</style>