Shades of Perano #ABA0FF
Tints of Perano #ABA0FF
RGB
CMYK
RGB Variations
Color information
#ABA0FF (or 0xABA0FF) is known color: Perano. HEX triplet: AB, A0 and FF. RGB value is (171,160,255). Sum of RGB (Red+Green+Blue) = 171+160+255=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABA0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA0FF is #545F00. Grayscale: #ADADAD. Windows color (decimal): -5529345 or 16752811. OLE color: 16752811.
HSL color Cylindrical-coordinate representation of color #ABA0FF: hue angle of 246.95º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABA0FF is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 160 | 255 | - |
| CMYK | 0.33 | 0.37 | 0 | 0 |
| HSL | 246.95º | 1% | 0.81% | - |
| HSV(B) | 246.95º | 0.37% | 1% | - |
| XYZ | 47.42 | 41.02 | 100.03 | - |
| YUV | 174.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 255 | 0.33 | 0.37 | 0 | 0 | 246.95 | 1 | 0.81 |
| Hex | AB | A0 | FF | 21 | 25 | 0 | 0 | F7 | 64 | 51 |
| Octal | 253 | 240 | 377 | 41 | 45 | 0 | 0 | 367 | 144 | 121 |
| Binary | 10101011 | 10100000 | 11111111 | 100001 | 100101 | 0 | 0 | 11110111 | 1100100 | 1010001 |
Color Harmonies of #ABA0FF
Complementary color
Monochromatic Colors of #ABA0FF
Black with #ABA0FF
Text Example
Text Example
White with #ABA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA0FF; }
p { color: rgb(171,160,255); }
H1.HeaderClassName
{
color: #ABA0FF;
}
.AnyTagClassName
{
color: #ABA0FF;
}
</style>
background-color css
<style>
a { background-color: #ABA0FF; }
a { background-color: rgb(171,160,255); }
div.DivClassName
{
background-color: #ABA0FF;
}
.BgClassName
{
background-color: #ABA0FF;
}
</style>
border-color css
<style>
span { border-color: #ABA0FF; }
span { border-color: rgb(171,160,255); }
td.TdClassName
{
border-color: #ABA0FF;
}
.TagClassName
{
border-color: #ABA0FF;
}
</style>