Shades of Perano #A8ABFB
Tints of Perano #A8ABFB
RGB
CMYK
RGB Variations
Color information
#A8ABFB (or 0xA8ABFB) is known color: Perano. HEX triplet: A8, AB and FB. RGB value is (168,171,251). Sum of RGB (Red+Green+Blue) = 168+171+251=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABFB is #575404. Grayscale: #B2B2B2. Windows color (decimal): -5723141 or 16493480. OLE color: 16493480.
HSL color Cylindrical-coordinate representation of color #A8ABFB: hue angle of 237.83º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8ABFB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 171 | 251 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.02 |
| HSL | 237.83º | 0.91% | 0.82% | - |
| HSV(B) | 237.83º | 0.33% | 0.98% | - |
| XYZ | 48.12 | 44.42 | 97.3 | - |
| YUV | 179.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 251 | 0.33 | 0.32 | 0 | 0.02 | 237.83 | 0.91 | 0.82 |
| Hex | A8 | AB | FB | 21 | 20 | 0 | 2 | EE | 5B | 52 |
| Octal | 250 | 253 | 373 | 41 | 40 | 0 | 2 | 356 | 133 | 122 |
| Binary | 10101000 | 10101011 | 11111011 | 100001 | 100000 | 0 | 10 | 11101110 | 1011011 | 1010010 |
Color Harmonies of #A8ABFB
Complementary color
Monochromatic Colors of #A8ABFB
Black with #A8ABFB
Text Example
Text Example
White with #A8ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABFB; }
p { color: rgb(168,171,251); }
H1.HeaderClassName
{
color: #A8ABFB;
}
.AnyTagClassName
{
color: #A8ABFB;
}
</style>
background-color css
<style>
a { background-color: #A8ABFB; }
a { background-color: rgb(168,171,251); }
div.DivClassName
{
background-color: #A8ABFB;
}
.BgClassName
{
background-color: #A8ABFB;
}
</style>
border-color css
<style>
span { border-color: #A8ABFB; }
span { border-color: rgb(168,171,251); }
td.TdClassName
{
border-color: #A8ABFB;
}
.TagClassName
{
border-color: #A8ABFB;
}
</style>