Shades of Perano #A89CFA
Tints of Perano #A89CFA
RGB
CMYK
RGB Variations
Color information
#A89CFA (or 0xA89CFA) is known color: Perano. HEX triplet: A8, 9C and FA. RGB value is (168,156,250). Sum of RGB (Red+Green+Blue) = 168+156+250=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #A89CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89CFA is #576305. Grayscale: #A9A9A9. Windows color (decimal): -5726982 or 16424104. OLE color: 16424104.
HSL color Cylindrical-coordinate representation of color #A89CFA: hue angle of 247.66º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A89CFA is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 156 | 250 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.02 |
| HSL | 247.66º | 0.9% | 0.8% | - |
| HSV(B) | 247.66º | 0.38% | 0.98% | - |
| XYZ | 45.29 | 39 | 95.58 | - |
| YUV | 170.3 | 172.98 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 250 | 0.33 | 0.38 | 0 | 0.02 | 247.66 | 0.9 | 0.8 |
| Hex | A8 | 9C | FA | 21 | 26 | 0 | 2 | F8 | 5A | 50 |
| Octal | 250 | 234 | 372 | 41 | 46 | 0 | 2 | 370 | 132 | 120 |
| Binary | 10101000 | 10011100 | 11111010 | 100001 | 100110 | 0 | 10 | 11111000 | 1011010 | 1010000 |
Color Harmonies of #A89CFA
Complementary color
Monochromatic Colors of #A89CFA
Black with #A89CFA
Text Example
Text Example
White with #A89CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CFA; }
p { color: rgb(168,156,250); }
H1.HeaderClassName
{
color: #A89CFA;
}
.AnyTagClassName
{
color: #A89CFA;
}
</style>
background-color css
<style>
a { background-color: #A89CFA; }
a { background-color: rgb(168,156,250); }
div.DivClassName
{
background-color: #A89CFA;
}
.BgClassName
{
background-color: #A89CFA;
}
</style>
border-color css
<style>
span { border-color: #A89CFA; }
span { border-color: rgb(168,156,250); }
td.TdClassName
{
border-color: #A89CFA;
}
.TagClassName
{
border-color: #A89CFA;
}
</style>