Shades of Perano #ABA7FF
Tints of Perano #ABA7FF
RGB
CMYK
RGB Variations
Color information
#ABA7FF (or 0xABA7FF) is known color: Perano. HEX triplet: AB, A7 and FF. RGB value is (171,167,255). Sum of RGB (Red+Green+Blue) = 171+167+255=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABA7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7FF is #545800. Grayscale: #B1B1B1. Windows color (decimal): -5527553 or 16754603. OLE color: 16754603.
HSL color Cylindrical-coordinate representation of color #ABA7FF: hue angle of 242.73º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABA7FF is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 167 | 255 | - |
| CMYK | 0.33 | 0.35 | 0 | 0 |
| HSL | 242.73º | 1% | 0.83% | - |
| HSV(B) | 242.73º | 0.35% | 1% | - |
| XYZ | 48.66 | 43.52 | 100.44 | - |
| YUV | 178.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 255 | 0.33 | 0.35 | 0 | 0 | 242.73 | 1 | 0.83 |
| Hex | AB | A7 | FF | 21 | 23 | 0 | 0 | F3 | 64 | 53 |
| Octal | 253 | 247 | 377 | 41 | 43 | 0 | 0 | 363 | 144 | 123 |
| Binary | 10101011 | 10100111 | 11111111 | 100001 | 100011 | 0 | 0 | 11110011 | 1100100 | 1010011 |
Color Harmonies of #ABA7FF
Complementary color
Monochromatic Colors of #ABA7FF
Black with #ABA7FF
Text Example
Text Example
White with #ABA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA7FF; }
p { color: rgb(171,167,255); }
H1.HeaderClassName
{
color: #ABA7FF;
}
.AnyTagClassName
{
color: #ABA7FF;
}
</style>
background-color css
<style>
a { background-color: #ABA7FF; }
a { background-color: rgb(171,167,255); }
div.DivClassName
{
background-color: #ABA7FF;
}
.BgClassName
{
background-color: #ABA7FF;
}
</style>
border-color css
<style>
span { border-color: #ABA7FF; }
span { border-color: rgb(171,167,255); }
td.TdClassName
{
border-color: #ABA7FF;
}
.TagClassName
{
border-color: #ABA7FF;
}
</style>