Shades of Perano #A89EF9
Tints of Perano #A89EF9
RGB
CMYK
RGB Variations
Color information
#A89EF9 (or 0xA89EF9) is known color: Perano. HEX triplet: A8, 9E and F9. RGB value is (168,158,249). Sum of RGB (Red+Green+Blue) = 168+158+249=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #A89EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89EF9 is #576106. Grayscale: #ABABAB. Windows color (decimal): -5726471 or 16359080. OLE color: 16359080.
HSL color Cylindrical-coordinate representation of color #A89EF9: hue angle of 246.59º 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 #A89EF9 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 158 | 249 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.02 |
| HSL | 246.59º | 0.88% | 0.8% | - |
| HSV(B) | 246.59º | 0.37% | 0.98% | - |
| XYZ | 45.47 | 39.62 | 94.87 | - |
| YUV | 171.36 | 171.81 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 249 | 0.33 | 0.37 | 0 | 0.02 | 246.59 | 0.88 | 0.8 |
| Hex | A8 | 9E | F9 | 21 | 25 | 0 | 2 | F7 | 58 | 50 |
| Octal | 250 | 236 | 371 | 41 | 45 | 0 | 2 | 367 | 130 | 120 |
| Binary | 10101000 | 10011110 | 11111001 | 100001 | 100101 | 0 | 10 | 11110111 | 1011000 | 1010000 |
Color Harmonies of #A89EF9
Complementary color
Monochromatic Colors of #A89EF9
Black with #A89EF9
Text Example
Text Example
White with #A89EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EF9; }
p { color: rgb(168,158,249); }
H1.HeaderClassName
{
color: #A89EF9;
}
.AnyTagClassName
{
color: #A89EF9;
}
</style>
background-color css
<style>
a { background-color: #A89EF9; }
a { background-color: rgb(168,158,249); }
div.DivClassName
{
background-color: #A89EF9;
}
.BgClassName
{
background-color: #A89EF9;
}
</style>
border-color css
<style>
span { border-color: #A89EF9; }
span { border-color: rgb(168,158,249); }
td.TdClassName
{
border-color: #A89EF9;
}
.TagClassName
{
border-color: #A89EF9;
}
</style>