Shades of Perano #A89DFB
Tints of Perano #A89DFB
RGB
CMYK
RGB Variations
Color information
#A89DFB (or 0xA89DFB) is known color: Perano. HEX triplet: A8, 9D and FB. RGB value is (168,157,251). Sum of RGB (Red+Green+Blue) = 168+157+251=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #A89DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89DFB is #576204. Grayscale: #AAAAAA. Windows color (decimal): -5726725 or 16489896. OLE color: 16489896.
HSL color Cylindrical-coordinate representation of color #A89DFB: hue angle of 247.02º degrees, saturation: 0.92, 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 #A89DFB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 157 | 251 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.02 |
| HSL | 247.02º | 0.92% | 0.8% | - |
| HSV(B) | 247.02º | 0.37% | 0.98% | - |
| XYZ | 45.62 | 39.4 | 96.47 | - |
| YUV | 171.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 251 | 0.33 | 0.37 | 0 | 0.02 | 247.02 | 0.92 | 0.8 |
| Hex | A8 | 9D | FB | 21 | 25 | 0 | 2 | F7 | 5C | 50 |
| Octal | 250 | 235 | 373 | 41 | 45 | 0 | 2 | 367 | 134 | 120 |
| Binary | 10101000 | 10011101 | 11111011 | 100001 | 100101 | 0 | 10 | 11110111 | 1011100 | 1010000 |
Color Harmonies of #A89DFB
Complementary color
Monochromatic Colors of #A89DFB
Black with #A89DFB
Text Example
Text Example
White with #A89DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DFB; }
p { color: rgb(168,157,251); }
H1.HeaderClassName
{
color: #A89DFB;
}
.AnyTagClassName
{
color: #A89DFB;
}
</style>
background-color css
<style>
a { background-color: #A89DFB; }
a { background-color: rgb(168,157,251); }
div.DivClassName
{
background-color: #A89DFB;
}
.BgClassName
{
background-color: #A89DFB;
}
</style>
border-color css
<style>
span { border-color: #A89DFB; }
span { border-color: rgb(168,157,251); }
td.TdClassName
{
border-color: #A89DFB;
}
.TagClassName
{
border-color: #A89DFB;
}
</style>