Shades of Perano #A8ABFA
Tints of Perano #A8ABFA
RGB
CMYK
RGB Variations
Color information
#A8ABFA (or 0xA8ABFA) is known color: Perano. HEX triplet: A8, AB and FA. RGB value is (168,171,250). Sum of RGB (Red+Green+Blue) = 168+171+250=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABFA is #575405. Grayscale: #B2B2B2. Windows color (decimal): -5723142 or 16427944. OLE color: 16427944.
HSL color Cylindrical-coordinate representation of color #A8ABFA: hue angle of 237.8º degrees, saturation: 0.89, 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 #A8ABFA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 168 | 171 | 250 | - |
CMYK | 0.33 | 0.32 | 0 | 0.02 |
HSL | 237.8º | 0.89% | 0.82% | - |
HSV(B) | 237.8º | 0.33% | 0.98% | - |
XYZ | 47.97 | 44.35 | 96.48 | - |
YUV | 179.11 | 168.01 | 120.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 250 | 0.33 | 0.32 | 0 | 0.02 | 237.8 | 0.89 | 0.82 |
Hex | A8 | AB | FA | 21 | 20 | 0 | 2 | EE | 59 | 52 |
Octal | 250 | 253 | 372 | 41 | 40 | 0 | 2 | 356 | 131 | 122 |
Binary | 10101000 | 10101011 | 11111010 | 100001 | 100000 | 0 | 10 | 11101110 | 1011001 | 1010010 |
Color Harmonies of #A8ABFA
Complementary color
Monochromatic Colors of #A8ABFA
Black with #A8ABFA
Text Example
Text Example
White with #A8ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABFA; }
p { color: rgb(168,171,250); }
H1.HeaderClassName
{
color: #A8ABFA;
}
.AnyTagClassName
{
color: #A8ABFA;
}
</style>
background-color css
<style>
a { background-color: #A8ABFA; }
a { background-color: rgb(168,171,250); }
div.DivClassName
{
background-color: #A8ABFA;
}
.BgClassName
{
background-color: #A8ABFA;
}
</style>
border-color css
<style>
span { border-color: #A8ABFA; }
span { border-color: rgb(168,171,250); }
td.TdClassName
{
border-color: #A8ABFA;
}
.TagClassName
{
border-color: #A8ABFA;
}
</style>