Shades of Perano #A5A8FE
Tints of Perano #A5A8FE
RGB
CMYK
RGB Variations
Color information
#A5A8FE (or 0xA5A8FE) is known color: Perano. HEX triplet: A5, A8 and FE. RGB value is (165,168,254). Sum of RGB (Red+Green+Blue) = 165+168+254=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5A8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A8FE is #5A5701. Grayscale: #B0B0B0. Windows color (decimal): -5920514 or 16689317. OLE color: 16689317.
HSL color Cylindrical-coordinate representation of color #A5A8FE: hue angle of 237.98º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5A8FE is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 168 | 254 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.00 |
| HSL | 237.98º | 0.98% | 0.82% | - |
| HSV(B) | 237.98º | 0.35% | 1% | - |
| XYZ | 47.41 | 43.16 | 99.6 | - |
| YUV | 176.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 168 | 254 | 0.35 | 0.34 | 0 | 0.00 | 237.98 | 0.98 | 0.82 |
| Hex | A5 | A8 | FE | 23 | 22 | 0 | 0 | EE | 62 | 52 |
| Octal | 245 | 250 | 376 | 43 | 42 | 0 | 0 | 356 | 142 | 122 |
| Binary | 10100101 | 10101000 | 11111110 | 100011 | 100010 | 0 | 0 | 11101110 | 1100010 | 1010010 |
Color Harmonies of #A5A8FE
Complementary color
Monochromatic Colors of #A5A8FE
Black with #A5A8FE
Text Example
Text Example
White with #A5A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A8FE; }
p { color: rgb(165,168,254); }
H1.HeaderClassName
{
color: #A5A8FE;
}
.AnyTagClassName
{
color: #A5A8FE;
}
</style>
background-color css
<style>
a { background-color: #A5A8FE; }
a { background-color: rgb(165,168,254); }
div.DivClassName
{
background-color: #A5A8FE;
}
.BgClassName
{
background-color: #A5A8FE;
}
</style>
border-color css
<style>
span { border-color: #A5A8FE; }
span { border-color: rgb(165,168,254); }
td.TdClassName
{
border-color: #A5A8FE;
}
.TagClassName
{
border-color: #A5A8FE;
}
</style>