Shades of Perano #A89FFD
Tints of Perano #A89FFD
RGB
CMYK
RGB Variations
Color information
#A89FFD (or 0xA89FFD) is known color: Perano. HEX triplet: A8, 9F and FD. RGB value is (168,159,253). Sum of RGB (Red+Green+Blue) = 168+159+253=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #A89FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89FFD is #576002. Grayscale: #ACACAC. Windows color (decimal): -5726211 or 16621480. OLE color: 16621480.
HSL color Cylindrical-coordinate representation of color #A89FFD: hue angle of 245.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A89FFD is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 159 | 253 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.01 |
| HSL | 245.74º | 0.96% | 0.81% | - |
| HSV(B) | 245.74º | 0.37% | 0.99% | - |
| XYZ | 46.28 | 40.21 | 98.25 | - |
| YUV | 172.41 | 173.48 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 253 | 0.34 | 0.37 | 0 | 0.01 | 245.74 | 0.96 | 0.81 |
| Hex | A8 | 9F | FD | 22 | 25 | 0 | 1 | F6 | 60 | 51 |
| Octal | 250 | 237 | 375 | 42 | 45 | 0 | 1 | 366 | 140 | 121 |
| Binary | 10101000 | 10011111 | 11111101 | 100010 | 100101 | 0 | 1 | 11110110 | 1100000 | 1010001 |
Color Harmonies of #A89FFD
Complementary color
Monochromatic Colors of #A89FFD
Black with #A89FFD
Text Example
Text Example
White with #A89FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FFD; }
p { color: rgb(168,159,253); }
H1.HeaderClassName
{
color: #A89FFD;
}
.AnyTagClassName
{
color: #A89FFD;
}
</style>
background-color css
<style>
a { background-color: #A89FFD; }
a { background-color: rgb(168,159,253); }
div.DivClassName
{
background-color: #A89FFD;
}
.BgClassName
{
background-color: #A89FFD;
}
</style>
border-color css
<style>
span { border-color: #A89FFD; }
span { border-color: rgb(168,159,253); }
td.TdClassName
{
border-color: #A89FFD;
}
.TagClassName
{
border-color: #A89FFD;
}
</style>