Shades of Perano #A8AAFA
Tints of Perano #A8AAFA
RGB
CMYK
RGB Variations
Color information
#A8AAFA (or 0xA8AAFA) is known color: Perano. HEX triplet: A8, AA and FA. RGB value is (168,170,250). Sum of RGB (Red+Green+Blue) = 168+170+250=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AAFA is #575505. Grayscale: #B2B2B2. Windows color (decimal): -5723398 or 16427688. OLE color: 16427688.
HSL color Cylindrical-coordinate representation of color #A8AAFA: hue angle of 238.54º 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 #A8AAFA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 168 | 170 | 250 | - |
CMYK | 0.33 | 0.32 | 0 | 0.02 |
HSL | 238.54º | 0.89% | 0.82% | - |
HSV(B) | 238.54º | 0.33% | 0.98% | - |
XYZ | 47.78 | 43.98 | 96.41 | - |
YUV | 178.52 | 168.34 | 120.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 170 | 250 | 0.33 | 0.32 | 0 | 0.02 | 238.54 | 0.89 | 0.82 |
Hex | A8 | AA | FA | 21 | 20 | 0 | 2 | EF | 59 | 52 |
Octal | 250 | 252 | 372 | 41 | 40 | 0 | 2 | 357 | 131 | 122 |
Binary | 10101000 | 10101010 | 11111010 | 100001 | 100000 | 0 | 10 | 11101111 | 1011001 | 1010010 |
Color Harmonies of #A8AAFA
Complementary color
Monochromatic Colors of #A8AAFA
Black with #A8AAFA
Text Example
Text Example
White with #A8AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AAFA; }
p { color: rgb(168,170,250); }
H1.HeaderClassName
{
color: #A8AAFA;
}
.AnyTagClassName
{
color: #A8AAFA;
}
</style>
background-color css
<style>
a { background-color: #A8AAFA; }
a { background-color: rgb(168,170,250); }
div.DivClassName
{
background-color: #A8AAFA;
}
.BgClassName
{
background-color: #A8AAFA;
}
</style>
border-color css
<style>
span { border-color: #A8AAFA; }
span { border-color: rgb(168,170,250); }
td.TdClassName
{
border-color: #A8AAFA;
}
.TagClassName
{
border-color: #A8AAFA;
}
</style>