Shades of Perano #A59CFC
Tints of Perano #A59CFC
RGB
CMYK
RGB Variations
Color information
#A59CFC (or 0xA59CFC) is known color: Perano. HEX triplet: A5, 9C and FC. RGB value is (165,156,252). Sum of RGB (Red+Green+Blue) = 165+156+252=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #A59CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59CFC is #5A6303. Grayscale: #A9A9A9. Windows color (decimal): -5923588 or 16555173. OLE color: 16555173.
HSL color Cylindrical-coordinate representation of color #A59CFC: hue angle of 245.62º 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 #A59CFC is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 156 | 252 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.01 |
| HSL | 245.63º | 0.94% | 0.8% | - |
| HSV(B) | 245.63º | 0.38% | 0.99% | - |
| XYZ | 44.98 | 38.8 | 97.21 | - |
| YUV | 169.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 252 | 0.35 | 0.38 | 0 | 0.01 | 245.63 | 0.94 | 0.8 |
| Hex | A5 | 9C | FC | 23 | 26 | 0 | 1 | F6 | 5E | 50 |
| Octal | 245 | 234 | 374 | 43 | 46 | 0 | 1 | 366 | 136 | 120 |
| Binary | 10100101 | 10011100 | 11111100 | 100011 | 100110 | 0 | 1 | 11110110 | 1011110 | 1010000 |
Color Harmonies of #A59CFC
Complementary color
Monochromatic Colors of #A59CFC
Black with #A59CFC
Text Example
Text Example
White with #A59CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59CFC; }
p { color: rgb(165,156,252); }
H1.HeaderClassName
{
color: #A59CFC;
}
.AnyTagClassName
{
color: #A59CFC;
}
</style>
background-color css
<style>
a { background-color: #A59CFC; }
a { background-color: rgb(165,156,252); }
div.DivClassName
{
background-color: #A59CFC;
}
.BgClassName
{
background-color: #A59CFC;
}
</style>
border-color css
<style>
span { border-color: #A59CFC; }
span { border-color: rgb(165,156,252); }
td.TdClassName
{
border-color: #A59CFC;
}
.TagClassName
{
border-color: #A59CFC;
}
</style>