Shades of Perano #A89CFB
Tints of Perano #A89CFB
RGB
CMYK
RGB Variations
Color information
#A89CFB (or 0xA89CFB) is known color: Perano. HEX triplet: A8, 9C and FB. RGB value is (168,156,251). Sum of RGB (Red+Green+Blue) = 168+156+251=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #A89CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89CFB is #576304. Grayscale: #AAAAAA. Windows color (decimal): -5726981 or 16489640. OLE color: 16489640.
HSL color Cylindrical-coordinate representation of color #A89CFB: hue angle of 247.58º degrees, saturation: 0.92, 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 #A89CFB is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 156 | 251 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.02 |
| HSL | 247.58º | 0.92% | 0.8% | - |
| HSV(B) | 247.58º | 0.38% | 0.98% | - |
| XYZ | 45.45 | 39.07 | 96.41 | - |
| YUV | 170.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 251 | 0.33 | 0.38 | 0 | 0.02 | 247.58 | 0.92 | 0.8 |
| Hex | A8 | 9C | FB | 21 | 26 | 0 | 2 | F8 | 5C | 50 |
| Octal | 250 | 234 | 373 | 41 | 46 | 0 | 2 | 370 | 134 | 120 |
| Binary | 10101000 | 10011100 | 11111011 | 100001 | 100110 | 0 | 10 | 11111000 | 1011100 | 1010000 |
Color Harmonies of #A89CFB
Complementary color
Monochromatic Colors of #A89CFB
Black with #A89CFB
Text Example
Text Example
White with #A89CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CFB; }
p { color: rgb(168,156,251); }
H1.HeaderClassName
{
color: #A89CFB;
}
.AnyTagClassName
{
color: #A89CFB;
}
</style>
background-color css
<style>
a { background-color: #A89CFB; }
a { background-color: rgb(168,156,251); }
div.DivClassName
{
background-color: #A89CFB;
}
.BgClassName
{
background-color: #A89CFB;
}
</style>
border-color css
<style>
span { border-color: #A89CFB; }
span { border-color: rgb(168,156,251); }
td.TdClassName
{
border-color: #A89CFB;
}
.TagClassName
{
border-color: #A89CFB;
}
</style>