Shades of Perano #A8ABDF
Tints of Perano #A8ABDF
RGB
CMYK
RGB Variations
Color information
#A8ABDF (or 0xA8ABDF) is known color: Perano. HEX triplet: A8, AB and DF. RGB value is (168,171,223). Sum of RGB (Red+Green+Blue) = 168+171+223=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABDF is #575420. Grayscale: #AFAFAF. Windows color (decimal): -5723169 or 14658472. OLE color: 14658472.
HSL color Cylindrical-coordinate representation of color #A8ABDF: hue angle of 236.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8ABDF is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 171 | 223 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.13 |
| HSL | 236.73º | 0.46% | 0.77% | - |
| HSV(B) | 236.73º | 0.25% | 0.87% | - |
| XYZ | 44.03 | 42.78 | 75.75 | - |
| YUV | 176.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 223 | 0.25 | 0.23 | 0 | 0.13 | 236.73 | 0.46 | 0.77 |
| Hex | A8 | AB | DF | 19 | 17 | 0 | D | ED | 2E | 4D |
| Octal | 250 | 253 | 337 | 31 | 27 | 0 | 15 | 355 | 56 | 115 |
| Binary | 10101000 | 10101011 | 11011111 | 11001 | 10111 | 0 | 1101 | 11101101 | 101110 | 1001101 |
Color Harmonies of #A8ABDF
Complementary color
Monochromatic Colors of #A8ABDF
Black with #A8ABDF
Text Example
Text Example
White with #A8ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABDF; }
p { color: rgb(168,171,223); }
H1.HeaderClassName
{
color: #A8ABDF;
}
.AnyTagClassName
{
color: #A8ABDF;
}
</style>
background-color css
<style>
a { background-color: #A8ABDF; }
a { background-color: rgb(168,171,223); }
div.DivClassName
{
background-color: #A8ABDF;
}
.BgClassName
{
background-color: #A8ABDF;
}
</style>
border-color css
<style>
span { border-color: #A8ABDF; }
span { border-color: rgb(168,171,223); }
td.TdClassName
{
border-color: #A8ABDF;
}
.TagClassName
{
border-color: #A8ABDF;
}
</style>