Shades of Perano #A89BFE
Tints of Perano #A89BFE
RGB
CMYK
RGB Variations
Color information
#A89BFE (or 0xA89BFE) is known color: Perano. HEX triplet: A8, 9B and FE. RGB value is (168,155,254). Sum of RGB (Red+Green+Blue) = 168+155+254=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #A89BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89BFE is #576401. Grayscale: #A9A9A9. Windows color (decimal): -5727234 or 16685992. OLE color: 16685992.
HSL color Cylindrical-coordinate representation of color #A89BFE: hue angle of 247.88º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A89BFE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 155 | 254 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.00 |
| HSL | 247.88º | 0.98% | 0.8% | - |
| HSV(B) | 247.88º | 0.39% | 1% | - |
| XYZ | 45.76 | 38.92 | 98.87 | - |
| YUV | 170.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 254 | 0.34 | 0.39 | 0 | 0.00 | 247.88 | 0.98 | 0.8 |
| Hex | A8 | 9B | FE | 22 | 27 | 0 | 0 | F8 | 62 | 50 |
| Octal | 250 | 233 | 376 | 42 | 47 | 0 | 0 | 370 | 142 | 120 |
| Binary | 10101000 | 10011011 | 11111110 | 100010 | 100111 | 0 | 0 | 11111000 | 1100010 | 1010000 |
Color Harmonies of #A89BFE
Complementary color
Monochromatic Colors of #A89BFE
Black with #A89BFE
Text Example
Text Example
White with #A89BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BFE; }
p { color: rgb(168,155,254); }
H1.HeaderClassName
{
color: #A89BFE;
}
.AnyTagClassName
{
color: #A89BFE;
}
</style>
background-color css
<style>
a { background-color: #A89BFE; }
a { background-color: rgb(168,155,254); }
div.DivClassName
{
background-color: #A89BFE;
}
.BgClassName
{
background-color: #A89BFE;
}
</style>
border-color css
<style>
span { border-color: #A89BFE; }
span { border-color: rgb(168,155,254); }
td.TdClassName
{
border-color: #A89BFE;
}
.TagClassName
{
border-color: #A89BFE;
}
</style>