Shades of Perano #A8ABFE
Tints of Perano #A8ABFE
RGB
CMYK
RGB Variations
Color information
#A8ABFE (or 0xA8ABFE) is known color: Perano. HEX triplet: A8, AB and FE. RGB value is (168,171,254). Sum of RGB (Red+Green+Blue) = 168+171+254=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABFE is #575401. Grayscale: #B3B3B3. Windows color (decimal): -5723138 or 16690088. OLE color: 16690088.
HSL color Cylindrical-coordinate representation of color #A8ABFE: hue angle of 237.91º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8ABFE is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 171 | 254 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.00 |
| HSL | 237.91º | 0.98% | 0.83% | - |
| HSV(B) | 237.91º | 0.34% | 1% | - |
| XYZ | 48.6 | 44.61 | 99.81 | - |
| YUV | 179.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 254 | 0.34 | 0.33 | 0 | 0.00 | 237.91 | 0.98 | 0.83 |
| Hex | A8 | AB | FE | 22 | 21 | 0 | 0 | EE | 62 | 53 |
| Octal | 250 | 253 | 376 | 42 | 41 | 0 | 0 | 356 | 142 | 123 |
| Binary | 10101000 | 10101011 | 11111110 | 100010 | 100001 | 0 | 0 | 11101110 | 1100010 | 1010011 |
Color Harmonies of #A8ABFE
Complementary color
Monochromatic Colors of #A8ABFE
Black with #A8ABFE
Text Example
Text Example
White with #A8ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABFE; }
p { color: rgb(168,171,254); }
H1.HeaderClassName
{
color: #A8ABFE;
}
.AnyTagClassName
{
color: #A8ABFE;
}
</style>
background-color css
<style>
a { background-color: #A8ABFE; }
a { background-color: rgb(168,171,254); }
div.DivClassName
{
background-color: #A8ABFE;
}
.BgClassName
{
background-color: #A8ABFE;
}
</style>
border-color css
<style>
span { border-color: #A8ABFE; }
span { border-color: rgb(168,171,254); }
td.TdClassName
{
border-color: #A8ABFE;
}
.TagClassName
{
border-color: #A8ABFE;
}
</style>