Shades of Perano #ABAFFF
Tints of Perano #ABAFFF
RGB
CMYK
RGB Variations
Color information
#ABAFFF (or 0xABAFFF) is known color: Perano. HEX triplet: AB, AF and FF. RGB value is (171,175,255). Sum of RGB (Red+Green+Blue) = 171+175+255=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABAFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFFF is #545000. Grayscale: #B6B6B6. Windows color (decimal): -5525505 or 16756651. OLE color: 16756651.
HSL color Cylindrical-coordinate representation of color #ABAFFF: hue angle of 237.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABAFFF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 175 | 255 | - |
| CMYK | 0.33 | 0.31 | 0 | 0 |
| HSL | 237.14º | 1% | 0.84% | - |
| HSV(B) | 237.14º | 0.33% | 1% | - |
| XYZ | 50.17 | 46.54 | 100.95 | - |
| YUV | 182.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 255 | 0.33 | 0.31 | 0 | 0 | 237.14 | 1 | 0.84 |
| Hex | AB | AF | FF | 21 | 1F | 0 | 0 | ED | 64 | 54 |
| Octal | 253 | 257 | 377 | 41 | 37 | 0 | 0 | 355 | 144 | 124 |
| Binary | 10101011 | 10101111 | 11111111 | 100001 | 11111 | 0 | 0 | 11101101 | 1100100 | 1010100 |
Color Harmonies of #ABAFFF
Complementary color
Monochromatic Colors of #ABAFFF
Black with #ABAFFF
Text Example
Text Example
White with #ABAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFFF; }
p { color: rgb(171,175,255); }
H1.HeaderClassName
{
color: #ABAFFF;
}
.AnyTagClassName
{
color: #ABAFFF;
}
</style>
background-color css
<style>
a { background-color: #ABAFFF; }
a { background-color: rgb(171,175,255); }
div.DivClassName
{
background-color: #ABAFFF;
}
.BgClassName
{
background-color: #ABAFFF;
}
</style>
border-color css
<style>
span { border-color: #ABAFFF; }
span { border-color: rgb(171,175,255); }
td.TdClassName
{
border-color: #ABAFFF;
}
.TagClassName
{
border-color: #ABAFFF;
}
</style>