Shades of Perano #A8A3F8
Tints of Perano #A8A3F8
RGB
CMYK
RGB Variations
Color information
#A8A3F8 (or 0xA8A3F8) is known color: Perano. HEX triplet: A8, A3 and F8. RGB value is (168,163,248). Sum of RGB (Red+Green+Blue) = 168+163+248=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 163 (64.06% from 255 or 28.15% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #A8A3F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A3F8 is #575C07. Grayscale: #ADADAD. Windows color (decimal): -5725192 or 16294824. OLE color: 16294824.
HSL color Cylindrical-coordinate representation of color #A8A3F8: hue angle of 243.53º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8A3F8 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 163 | 248 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.03 |
| HSL | 243.53º | 0.86% | 0.81% | - |
| HSV(B) | 243.53º | 0.34% | 0.97% | - |
| XYZ | 46.19 | 41.3 | 94.34 | - |
| YUV | 174.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 248 | 0.32 | 0.34 | 0 | 0.03 | 243.53 | 0.86 | 0.81 |
| Hex | A8 | A3 | F8 | 20 | 22 | 0 | 3 | F4 | 56 | 51 |
| Octal | 250 | 243 | 370 | 40 | 42 | 0 | 3 | 364 | 126 | 121 |
| Binary | 10101000 | 10100011 | 11111000 | 100000 | 100010 | 0 | 11 | 11110100 | 1010110 | 1010001 |
Color Harmonies of #A8A3F8
Complementary color
Monochromatic Colors of #A8A3F8
Black with #A8A3F8
Text Example
Text Example
White with #A8A3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A3F8; }
p { color: rgb(168,163,248); }
H1.HeaderClassName
{
color: #A8A3F8;
}
.AnyTagClassName
{
color: #A8A3F8;
}
</style>
background-color css
<style>
a { background-color: #A8A3F8; }
a { background-color: rgb(168,163,248); }
div.DivClassName
{
background-color: #A8A3F8;
}
.BgClassName
{
background-color: #A8A3F8;
}
</style>
border-color css
<style>
span { border-color: #A8A3F8; }
span { border-color: rgb(168,163,248); }
td.TdClassName
{
border-color: #A8A3F8;
}
.TagClassName
{
border-color: #A8A3F8;
}
</style>