Shades of Perano #A59DFB
Tints of Perano #A59DFB
RGB
CMYK
RGB Variations
Color information
#A59DFB (or 0xA59DFB) is known color: Perano. HEX triplet: A5, 9D and FB. RGB value is (165,157,251). Sum of RGB (Red+Green+Blue) = 165+157+251=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #A59DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DFB is #5A6204. Grayscale: #A9A9A9. Windows color (decimal): -5923333 or 16489893. OLE color: 16489893.
HSL color Cylindrical-coordinate representation of color #A59DFB: hue angle of 245.11º 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 #A59DFB is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 157 | 251 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.02 |
| HSL | 245.11º | 0.92% | 0.8% | - |
| HSV(B) | 245.11º | 0.37% | 0.98% | - |
| XYZ | 44.99 | 39.08 | 96.44 | - |
| YUV | 170.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 251 | 0.34 | 0.37 | 0 | 0.02 | 245.11 | 0.92 | 0.8 |
| Hex | A5 | 9D | FB | 22 | 25 | 0 | 2 | F5 | 5C | 50 |
| Octal | 245 | 235 | 373 | 42 | 45 | 0 | 2 | 365 | 134 | 120 |
| Binary | 10100101 | 10011101 | 11111011 | 100010 | 100101 | 0 | 10 | 11110101 | 1011100 | 1010000 |
Color Harmonies of #A59DFB
Complementary color
Monochromatic Colors of #A59DFB
Black with #A59DFB
Text Example
Text Example
White with #A59DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DFB; }
p { color: rgb(165,157,251); }
H1.HeaderClassName
{
color: #A59DFB;
}
.AnyTagClassName
{
color: #A59DFB;
}
</style>
background-color css
<style>
a { background-color: #A59DFB; }
a { background-color: rgb(165,157,251); }
div.DivClassName
{
background-color: #A59DFB;
}
.BgClassName
{
background-color: #A59DFB;
}
</style>
border-color css
<style>
span { border-color: #A59DFB; }
span { border-color: rgb(165,157,251); }
td.TdClassName
{
border-color: #A59DFB;
}
.TagClassName
{
border-color: #A59DFB;
}
</style>