Shades of Perano #A59EFD
Tints of Perano #A59EFD
RGB
CMYK
RGB Variations
Color information
#A59EFD (or 0xA59EFD) is known color: Perano. HEX triplet: A5, 9E and FD. RGB value is (165,158,253). Sum of RGB (Red+Green+Blue) = 165+158+253=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #A59EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59EFD is #5A6102. Grayscale: #AAAAAA. Windows color (decimal): -5923075 or 16621221. OLE color: 16621221.
HSL color Cylindrical-coordinate representation of color #A59EFD: hue angle of 244.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A59EFD is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 158 | 253 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.01 |
| HSL | 244.42º | 0.96% | 0.81% | - |
| HSV(B) | 244.42º | 0.38% | 0.99% | - |
| XYZ | 45.47 | 39.54 | 98.16 | - |
| YUV | 170.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 253 | 0.35 | 0.38 | 0 | 0.01 | 244.42 | 0.96 | 0.81 |
| Hex | A5 | 9E | FD | 23 | 26 | 0 | 1 | F4 | 60 | 51 |
| Octal | 245 | 236 | 375 | 43 | 46 | 0 | 1 | 364 | 140 | 121 |
| Binary | 10100101 | 10011110 | 11111101 | 100011 | 100110 | 0 | 1 | 11110100 | 1100000 | 1010001 |
Color Harmonies of #A59EFD
Complementary color
Monochromatic Colors of #A59EFD
Black with #A59EFD
Text Example
Text Example
White with #A59EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59EFD; }
p { color: rgb(165,158,253); }
H1.HeaderClassName
{
color: #A59EFD;
}
.AnyTagClassName
{
color: #A59EFD;
}
</style>
background-color css
<style>
a { background-color: #A59EFD; }
a { background-color: rgb(165,158,253); }
div.DivClassName
{
background-color: #A59EFD;
}
.BgClassName
{
background-color: #A59EFD;
}
</style>
border-color css
<style>
span { border-color: #A59EFD; }
span { border-color: rgb(165,158,253); }
td.TdClassName
{
border-color: #A59EFD;
}
.TagClassName
{
border-color: #A59EFD;
}
</style>