Shades of Perano #A69EF9
Tints of Perano #A69EF9
RGB
CMYK
RGB Variations
Color information
#A69EF9 (or 0xA69EF9) is known color: Perano. HEX triplet: A6, 9E and F9. RGB value is (166,158,249). Sum of RGB (Red+Green+Blue) = 166+158+249=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #A69EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69EF9 is #596106. Grayscale: #AAAAAA. Windows color (decimal): -5857543 or 16359078. OLE color: 16359078.
HSL color Cylindrical-coordinate representation of color #A69EF9: hue angle of 245.27º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A69EF9 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 158 | 249 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.02 |
| HSL | 245.27º | 0.88% | 0.8% | - |
| HSV(B) | 245.27º | 0.37% | 0.98% | - |
| XYZ | 45.05 | 39.4 | 94.85 | - |
| YUV | 170.77 | 172.15 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 249 | 0.33 | 0.37 | 0 | 0.02 | 245.27 | 0.88 | 0.8 |
| Hex | A6 | 9E | F9 | 21 | 25 | 0 | 2 | F5 | 58 | 50 |
| Octal | 246 | 236 | 371 | 41 | 45 | 0 | 2 | 365 | 130 | 120 |
| Binary | 10100110 | 10011110 | 11111001 | 100001 | 100101 | 0 | 10 | 11110101 | 1011000 | 1010000 |
Color Harmonies of #A69EF9
Complementary color
Monochromatic Colors of #A69EF9
Black with #A69EF9
Text Example
Text Example
White with #A69EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69EF9; }
p { color: rgb(166,158,249); }
H1.HeaderClassName
{
color: #A69EF9;
}
.AnyTagClassName
{
color: #A69EF9;
}
</style>
background-color css
<style>
a { background-color: #A69EF9; }
a { background-color: rgb(166,158,249); }
div.DivClassName
{
background-color: #A69EF9;
}
.BgClassName
{
background-color: #A69EF9;
}
</style>
border-color css
<style>
span { border-color: #A69EF9; }
span { border-color: rgb(166,158,249); }
td.TdClassName
{
border-color: #A69EF9;
}
.TagClassName
{
border-color: #A69EF9;
}
</style>