Shades of Perano #A8A6EE
Tints of Perano #A8A6EE
RGB
CMYK
RGB Variations
Color information
#A8A6EE (or 0xA8A6EE) is known color: Perano. HEX triplet: A8, A6 and EE. RGB value is (168,166,238). Sum of RGB (Red+Green+Blue) = 168+166+238=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8A6EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A6EE is #575911. Grayscale: #AEAEAE. Windows color (decimal): -5724434 or 15640232. OLE color: 15640232.
HSL color Cylindrical-coordinate representation of color #A8A6EE: hue angle of 241.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8A6EE is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 166 | 238 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.07 |
| HSL | 241.67º | 0.68% | 0.79% | - |
| HSV(B) | 241.67º | 0.3% | 0.93% | - |
| XYZ | 45.22 | 41.77 | 86.57 | - |
| YUV | 174.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 238 | 0.29 | 0.30 | 0 | 0.07 | 241.67 | 0.68 | 0.79 |
| Hex | A8 | A6 | EE | 1D | 1E | 0 | 7 | F2 | 44 | 4F |
| Octal | 250 | 246 | 356 | 35 | 36 | 0 | 7 | 362 | 104 | 117 |
| Binary | 10101000 | 10100110 | 11101110 | 11101 | 11110 | 0 | 111 | 11110010 | 1000100 | 1001111 |
Color Harmonies of #A8A6EE
Complementary color
Monochromatic Colors of #A8A6EE
Black with #A8A6EE
Text Example
Text Example
White with #A8A6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A6EE; }
p { color: rgb(168,166,238); }
H1.HeaderClassName
{
color: #A8A6EE;
}
.AnyTagClassName
{
color: #A8A6EE;
}
</style>
background-color css
<style>
a { background-color: #A8A6EE; }
a { background-color: rgb(168,166,238); }
div.DivClassName
{
background-color: #A8A6EE;
}
.BgClassName
{
background-color: #A8A6EE;
}
</style>
border-color css
<style>
span { border-color: #A8A6EE; }
span { border-color: rgb(168,166,238); }
td.TdClassName
{
border-color: #A8A6EE;
}
.TagClassName
{
border-color: #A8A6EE;
}
</style>