Shades of Perano #A8ABED
Tints of Perano #A8ABED
RGB
CMYK
RGB Variations
Color information
#A8ABED (or 0xA8ABED) is known color: Perano. HEX triplet: A8, AB and ED. RGB value is (168,171,237). Sum of RGB (Red+Green+Blue) = 168+171+237=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8ABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABED is #575412. Grayscale: #B1B1B1. Windows color (decimal): -5723155 or 15575976. OLE color: 15575976.
HSL color Cylindrical-coordinate representation of color #A8ABED: hue angle of 237.39º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ABED is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 171 | 237 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.07 |
| HSL | 237.39º | 0.66% | 0.79% | - |
| HSV(B) | 237.39º | 0.29% | 0.93% | - |
| XYZ | 46 | 43.57 | 86.11 | - |
| YUV | 177.63 | 161.51 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 237 | 0.29 | 0.28 | 0 | 0.07 | 237.39 | 0.66 | 0.79 |
| Hex | A8 | AB | ED | 1D | 1C | 0 | 7 | ED | 42 | 4F |
| Octal | 250 | 253 | 355 | 35 | 34 | 0 | 7 | 355 | 102 | 117 |
| Binary | 10101000 | 10101011 | 11101101 | 11101 | 11100 | 0 | 111 | 11101101 | 1000010 | 1001111 |
Color Harmonies of #A8ABED
Complementary color
Monochromatic Colors of #A8ABED
Black with #A8ABED
Text Example
Text Example
White with #A8ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABED; }
p { color: rgb(168,171,237); }
H1.HeaderClassName
{
color: #A8ABED;
}
.AnyTagClassName
{
color: #A8ABED;
}
</style>
background-color css
<style>
a { background-color: #A8ABED; }
a { background-color: rgb(168,171,237); }
div.DivClassName
{
background-color: #A8ABED;
}
.BgClassName
{
background-color: #A8ABED;
}
</style>
border-color css
<style>
span { border-color: #A8ABED; }
span { border-color: rgb(168,171,237); }
td.TdClassName
{
border-color: #A8ABED;
}
.TagClassName
{
border-color: #A8ABED;
}
</style>