Shades of Perano #A5A4FC
Tints of Perano #A5A4FC
RGB
CMYK
RGB Variations
Color information
#A5A4FC (or 0xA5A4FC) is known color: Perano. HEX triplet: A5, A4 and FC. RGB value is (165,164,252). Sum of RGB (Red+Green+Blue) = 165+164+252=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5A4FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A4FC is #5A5B03. Grayscale: #ADADAD. Windows color (decimal): -5921540 or 16557221. OLE color: 16557221.
HSL color Cylindrical-coordinate representation of color #A5A4FC: hue angle of 240.68º degrees, saturation: 0.94, 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 #A5A4FC is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 164 | 252 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.01 |
| HSL | 240.68º | 0.94% | 0.82% | - |
| HSV(B) | 240.68º | 0.35% | 0.99% | - |
| XYZ | 46.36 | 41.58 | 97.68 | - |
| YUV | 174.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 164 | 252 | 0.35 | 0.35 | 0 | 0.01 | 240.68 | 0.94 | 0.82 |
| Hex | A5 | A4 | FC | 23 | 23 | 0 | 1 | F1 | 5E | 52 |
| Octal | 245 | 244 | 374 | 43 | 43 | 0 | 1 | 361 | 136 | 122 |
| Binary | 10100101 | 10100100 | 11111100 | 100011 | 100011 | 0 | 1 | 11110001 | 1011110 | 1010010 |
Color Harmonies of #A5A4FC
Complementary color
Monochromatic Colors of #A5A4FC
Black with #A5A4FC
Text Example
Text Example
White with #A5A4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A4FC; }
p { color: rgb(165,164,252); }
H1.HeaderClassName
{
color: #A5A4FC;
}
.AnyTagClassName
{
color: #A5A4FC;
}
</style>
background-color css
<style>
a { background-color: #A5A4FC; }
a { background-color: rgb(165,164,252); }
div.DivClassName
{
background-color: #A5A4FC;
}
.BgClassName
{
background-color: #A5A4FC;
}
</style>
border-color css
<style>
span { border-color: #A5A4FC; }
span { border-color: rgb(165,164,252); }
td.TdClassName
{
border-color: #A5A4FC;
}
.TagClassName
{
border-color: #A5A4FC;
}
</style>