Shades of Perano #ABAFFE
Tints of Perano #ABAFFE
RGB
CMYK
RGB Variations
Color information
#ABAFFE (or 0xABAFFE) is known color: Perano. HEX triplet: AB, AF and FE. RGB value is (171,175,254). Sum of RGB (Red+Green+Blue) = 171+175+254=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABAFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFFE is #545001. Grayscale: #B6B6B6. Windows color (decimal): -5525506 or 16691115. OLE color: 16691115.
HSL color Cylindrical-coordinate representation of color #ABAFFE: hue angle of 237.11º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABAFFE is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 175 | 254 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.00 |
| HSL | 237.11º | 0.98% | 0.83% | - |
| HSV(B) | 237.11º | 0.33% | 1% | - |
| XYZ | 50.01 | 46.47 | 100.1 | - |
| YUV | 182.81 | 168.17 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 254 | 0.33 | 0.31 | 0 | 0.00 | 237.11 | 0.98 | 0.83 |
| Hex | AB | AF | FE | 21 | 1F | 0 | 0 | ED | 62 | 53 |
| Octal | 253 | 257 | 376 | 41 | 37 | 0 | 0 | 355 | 142 | 123 |
| Binary | 10101011 | 10101111 | 11111110 | 100001 | 11111 | 0 | 0 | 11101101 | 1100010 | 1010011 |
Color Harmonies of #ABAFFE
Complementary color
Monochromatic Colors of #ABAFFE
Black with #ABAFFE
Text Example
Text Example
White with #ABAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFFE; }
p { color: rgb(171,175,254); }
H1.HeaderClassName
{
color: #ABAFFE;
}
.AnyTagClassName
{
color: #ABAFFE;
}
</style>
background-color css
<style>
a { background-color: #ABAFFE; }
a { background-color: rgb(171,175,254); }
div.DivClassName
{
background-color: #ABAFFE;
}
.BgClassName
{
background-color: #ABAFFE;
}
</style>
border-color css
<style>
span { border-color: #ABAFFE; }
span { border-color: rgb(171,175,254); }
td.TdClassName
{
border-color: #ABAFFE;
}
.TagClassName
{
border-color: #ABAFFE;
}
</style>