Shades of Perano #A8ABFD
Tints of Perano #A8ABFD
RGB
CMYK
RGB Variations
Color information
#A8ABFD (or 0xA8ABFD) is known color: Perano. HEX triplet: A8, AB and FD. RGB value is (168,171,253). Sum of RGB (Red+Green+Blue) = 168+171+253=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABFD is #575402. Grayscale: #B3B3B3. Windows color (decimal): -5723139 or 16624552. OLE color: 16624552.
HSL color Cylindrical-coordinate representation of color #A8ABFD: hue angle of 237.88º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8ABFD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 171 | 253 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.01 |
| HSL | 237.88º | 0.96% | 0.83% | - |
| HSV(B) | 237.88º | 0.34% | 0.99% | - |
| XYZ | 48.44 | 44.54 | 98.97 | - |
| YUV | 179.45 | 169.51 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 253 | 0.34 | 0.32 | 0 | 0.01 | 237.88 | 0.96 | 0.83 |
| Hex | A8 | AB | FD | 22 | 20 | 0 | 1 | EE | 60 | 53 |
| Octal | 250 | 253 | 375 | 42 | 40 | 0 | 1 | 356 | 140 | 123 |
| Binary | 10101000 | 10101011 | 11111101 | 100010 | 100000 | 0 | 1 | 11101110 | 1100000 | 1010011 |
Color Harmonies of #A8ABFD
Complementary color
Monochromatic Colors of #A8ABFD
Black with #A8ABFD
Text Example
Text Example
White with #A8ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABFD; }
p { color: rgb(168,171,253); }
H1.HeaderClassName
{
color: #A8ABFD;
}
.AnyTagClassName
{
color: #A8ABFD;
}
</style>
background-color css
<style>
a { background-color: #A8ABFD; }
a { background-color: rgb(168,171,253); }
div.DivClassName
{
background-color: #A8ABFD;
}
.BgClassName
{
background-color: #A8ABFD;
}
</style>
border-color css
<style>
span { border-color: #A8ABFD; }
span { border-color: rgb(168,171,253); }
td.TdClassName
{
border-color: #A8ABFD;
}
.TagClassName
{
border-color: #A8ABFD;
}
</style>