Shades of Perano #A89EFD
Tints of Perano #A89EFD
RGB
CMYK
RGB Variations
Color information
#A89EFD (or 0xA89EFD) is known color: Perano. HEX triplet: A8, 9E and FD. RGB value is (168,158,253). Sum of RGB (Red+Green+Blue) = 168+158+253=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #A89EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89EFD is #576102. Grayscale: #ABABAB. Windows color (decimal): -5726467 or 16621224. OLE color: 16621224.
HSL color Cylindrical-coordinate representation of color #A89EFD: hue angle of 246.32º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A89EFD is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 158 | 253 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.01 |
| HSL | 246.32º | 0.96% | 0.81% | - |
| HSV(B) | 246.32º | 0.38% | 0.99% | - |
| XYZ | 46.1 | 39.87 | 98.19 | - |
| YUV | 171.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 253 | 0.34 | 0.38 | 0 | 0.01 | 246.32 | 0.96 | 0.81 |
| Hex | A8 | 9E | FD | 22 | 26 | 0 | 1 | F6 | 60 | 51 |
| Octal | 250 | 236 | 375 | 42 | 46 | 0 | 1 | 366 | 140 | 121 |
| Binary | 10101000 | 10011110 | 11111101 | 100010 | 100110 | 0 | 1 | 11110110 | 1100000 | 1010001 |
Color Harmonies of #A89EFD
Complementary color
Monochromatic Colors of #A89EFD
Black with #A89EFD
Text Example
Text Example
White with #A89EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EFD; }
p { color: rgb(168,158,253); }
H1.HeaderClassName
{
color: #A89EFD;
}
.AnyTagClassName
{
color: #A89EFD;
}
</style>
background-color css
<style>
a { background-color: #A89EFD; }
a { background-color: rgb(168,158,253); }
div.DivClassName
{
background-color: #A89EFD;
}
.BgClassName
{
background-color: #A89EFD;
}
</style>
border-color css
<style>
span { border-color: #A89EFD; }
span { border-color: rgb(168,158,253); }
td.TdClassName
{
border-color: #A89EFD;
}
.TagClassName
{
border-color: #A89EFD;
}
</style>