Shades of Perano #A89DFC
Tints of Perano #A89DFC
RGB
CMYK
RGB Variations
Color information
#A89DFC (or 0xA89DFC) is known color: Perano. HEX triplet: A8, 9D and FC. RGB value is (168,157,252). Sum of RGB (Red+Green+Blue) = 168+157+252=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #A89DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89DFC is #576203. Grayscale: #AAAAAA. Windows color (decimal): -5726724 or 16555432. OLE color: 16555432.
HSL color Cylindrical-coordinate representation of color #A89DFC: hue angle of 246.95º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A89DFC is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 157 | 252 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.01 |
| HSL | 246.95º | 0.94% | 0.8% | - |
| HSV(B) | 246.95º | 0.38% | 0.99% | - |
| XYZ | 45.78 | 39.47 | 97.3 | - |
| YUV | 171.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 252 | 0.33 | 0.38 | 0 | 0.01 | 246.95 | 0.94 | 0.8 |
| Hex | A8 | 9D | FC | 21 | 26 | 0 | 1 | F7 | 5E | 50 |
| Octal | 250 | 235 | 374 | 41 | 46 | 0 | 1 | 367 | 136 | 120 |
| Binary | 10101000 | 10011101 | 11111100 | 100001 | 100110 | 0 | 1 | 11110111 | 1011110 | 1010000 |
Color Harmonies of #A89DFC
Complementary color
Monochromatic Colors of #A89DFC
Black with #A89DFC
Text Example
Text Example
White with #A89DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DFC; }
p { color: rgb(168,157,252); }
H1.HeaderClassName
{
color: #A89DFC;
}
.AnyTagClassName
{
color: #A89DFC;
}
</style>
background-color css
<style>
a { background-color: #A89DFC; }
a { background-color: rgb(168,157,252); }
div.DivClassName
{
background-color: #A89DFC;
}
.BgClassName
{
background-color: #A89DFC;
}
</style>
border-color css
<style>
span { border-color: #A89DFC; }
span { border-color: rgb(168,157,252); }
td.TdClassName
{
border-color: #A89DFC;
}
.TagClassName
{
border-color: #A89DFC;
}
</style>