Shades of Perano #A8A6EF
Tints of Perano #A8A6EF
RGB
CMYK
RGB Variations
Color information
#A8A6EF (or 0xA8A6EF) is known color: Perano. HEX triplet: A8, A6 and EF. RGB value is (168,166,239). Sum of RGB (Red+Green+Blue) = 168+166+239=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8A6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A6EF is #575910. Grayscale: #AEAEAE. Windows color (decimal): -5724433 or 15705768. OLE color: 15705768.
HSL color Cylindrical-coordinate representation of color #A8A6EF: hue angle of 241.64º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8A6EF is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 166 | 239 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.06 |
| HSL | 241.64º | 0.7% | 0.79% | - |
| HSV(B) | 241.64º | 0.31% | 0.94% | - |
| XYZ | 45.36 | 41.83 | 87.34 | - |
| YUV | 174.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 239 | 0.30 | 0.31 | 0 | 0.06 | 241.64 | 0.7 | 0.79 |
| Hex | A8 | A6 | EF | 1E | 1F | 0 | 6 | F2 | 46 | 4F |
| Octal | 250 | 246 | 357 | 36 | 37 | 0 | 6 | 362 | 106 | 117 |
| Binary | 10101000 | 10100110 | 11101111 | 11110 | 11111 | 0 | 110 | 11110010 | 1000110 | 1001111 |
Color Harmonies of #A8A6EF
Complementary color
Monochromatic Colors of #A8A6EF
Black with #A8A6EF
Text Example
Text Example
White with #A8A6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A6EF; }
p { color: rgb(168,166,239); }
H1.HeaderClassName
{
color: #A8A6EF;
}
.AnyTagClassName
{
color: #A8A6EF;
}
</style>
background-color css
<style>
a { background-color: #A8A6EF; }
a { background-color: rgb(168,166,239); }
div.DivClassName
{
background-color: #A8A6EF;
}
.BgClassName
{
background-color: #A8A6EF;
}
</style>
border-color css
<style>
span { border-color: #A8A6EF; }
span { border-color: rgb(168,166,239); }
td.TdClassName
{
border-color: #A8A6EF;
}
.TagClassName
{
border-color: #A8A6EF;
}
</style>