Shades of Perano #A5A8FD
Tints of Perano #A5A8FD
RGB
CMYK
RGB Variations
Color information
#A5A8FD (or 0xA5A8FD) is known color: Perano. HEX triplet: A5, A8 and FD. RGB value is (165,168,253). Sum of RGB (Red+Green+Blue) = 165+168+253=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A8FD is #5A5702. Grayscale: #B0B0B0. Windows color (decimal): -5920515 or 16623781. OLE color: 16623781.
HSL color Cylindrical-coordinate representation of color #A5A8FD: hue angle of 237.95º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5A8FD is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 168 | 253 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.01 |
| HSL | 237.95º | 0.96% | 0.82% | - |
| HSV(B) | 237.95º | 0.35% | 0.99% | - |
| XYZ | 47.25 | 43.1 | 98.76 | - |
| YUV | 176.79 | 171.01 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 168 | 253 | 0.35 | 0.34 | 0 | 0.01 | 237.95 | 0.96 | 0.82 |
| Hex | A5 | A8 | FD | 23 | 22 | 0 | 1 | EE | 60 | 52 |
| Octal | 245 | 250 | 375 | 43 | 42 | 0 | 1 | 356 | 140 | 122 |
| Binary | 10100101 | 10101000 | 11111101 | 100011 | 100010 | 0 | 1 | 11101110 | 1100000 | 1010010 |
Color Harmonies of #A5A8FD
Complementary color
Monochromatic Colors of #A5A8FD
Black with #A5A8FD
Text Example
Text Example
White with #A5A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A8FD; }
p { color: rgb(165,168,253); }
H1.HeaderClassName
{
color: #A5A8FD;
}
.AnyTagClassName
{
color: #A5A8FD;
}
</style>
background-color css
<style>
a { background-color: #A5A8FD; }
a { background-color: rgb(165,168,253); }
div.DivClassName
{
background-color: #A5A8FD;
}
.BgClassName
{
background-color: #A5A8FD;
}
</style>
border-color css
<style>
span { border-color: #A5A8FD; }
span { border-color: rgb(165,168,253); }
td.TdClassName
{
border-color: #A5A8FD;
}
.TagClassName
{
border-color: #A5A8FD;
}
</style>