Shades of Perano #A8A3EF
Tints of Perano #A8A3EF
RGB
CMYK
RGB Variations
Color information
#A8A3EF (or 0xA8A3EF) is known color: Perano. HEX triplet: A8, A3 and EF. RGB value is (168,163,239). Sum of RGB (Red+Green+Blue) = 168+163+239=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8A3EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A3EF is #575C10. Grayscale: #ACACAC. Windows color (decimal): -5725201 or 15705000. OLE color: 15705000.
HSL color Cylindrical-coordinate representation of color #A8A3EF: hue angle of 243.95º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8A3EF is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 163 | 239 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.06 |
| HSL | 243.95º | 0.7% | 0.79% | - |
| HSV(B) | 243.95º | 0.32% | 0.94% | - |
| XYZ | 44.83 | 40.75 | 87.16 | - |
| YUV | 173.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 239 | 0.30 | 0.32 | 0 | 0.06 | 243.95 | 0.7 | 0.79 |
| Hex | A8 | A3 | EF | 1E | 20 | 0 | 6 | F4 | 46 | 4F |
| Octal | 250 | 243 | 357 | 36 | 40 | 0 | 6 | 364 | 106 | 117 |
| Binary | 10101000 | 10100011 | 11101111 | 11110 | 100000 | 0 | 110 | 11110100 | 1000110 | 1001111 |
Color Harmonies of #A8A3EF
Complementary color
Monochromatic Colors of #A8A3EF
Black with #A8A3EF
Text Example
Text Example
White with #A8A3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A3EF; }
p { color: rgb(168,163,239); }
H1.HeaderClassName
{
color: #A8A3EF;
}
.AnyTagClassName
{
color: #A8A3EF;
}
</style>
background-color css
<style>
a { background-color: #A8A3EF; }
a { background-color: rgb(168,163,239); }
div.DivClassName
{
background-color: #A8A3EF;
}
.BgClassName
{
background-color: #A8A3EF;
}
</style>
border-color css
<style>
span { border-color: #A8A3EF; }
span { border-color: rgb(168,163,239); }
td.TdClassName
{
border-color: #A8A3EF;
}
.TagClassName
{
border-color: #A8A3EF;
}
</style>