Shades of Perano #A4A5FA
Tints of Perano #A4A5FA
RGB
CMYK
RGB Variations
Color information
#A4A5FA (or 0xA4A5FA) is known color: Perano. HEX triplet: A4, A5 and FA. RGB value is (164,165,250). Sum of RGB (Red+Green+Blue) = 164+165+250=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4A5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A5FA is #5B5A05. Grayscale: #AEAEAE. Windows color (decimal): -5986822 or 16426404. OLE color: 16426404.
HSL color Cylindrical-coordinate representation of color #A4A5FA: hue angle of 239.3º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4A5FA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 165 | 250 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.02 |
| HSL | 239.3º | 0.9% | 0.81% | - |
| HSV(B) | 239.3º | 0.34% | 0.98% | - |
| XYZ | 46.02 | 41.7 | 96.07 | - |
| YUV | 174.39 | 170.67 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 165 | 250 | 0.34 | 0.34 | 0 | 0.02 | 239.3 | 0.9 | 0.81 |
| Hex | A4 | A5 | FA | 22 | 22 | 0 | 2 | EF | 5A | 51 |
| Octal | 244 | 245 | 372 | 42 | 42 | 0 | 2 | 357 | 132 | 121 |
| Binary | 10100100 | 10100101 | 11111010 | 100010 | 100010 | 0 | 10 | 11101111 | 1011010 | 1010001 |
Color Harmonies of #A4A5FA
Complementary color
Monochromatic Colors of #A4A5FA
Black with #A4A5FA
Text Example
Text Example
White with #A4A5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A5FA; }
p { color: rgb(164,165,250); }
H1.HeaderClassName
{
color: #A4A5FA;
}
.AnyTagClassName
{
color: #A4A5FA;
}
</style>
background-color css
<style>
a { background-color: #A4A5FA; }
a { background-color: rgb(164,165,250); }
div.DivClassName
{
background-color: #A4A5FA;
}
.BgClassName
{
background-color: #A4A5FA;
}
</style>
border-color css
<style>
span { border-color: #A4A5FA; }
span { border-color: rgb(164,165,250); }
td.TdClassName
{
border-color: #A4A5FA;
}
.TagClassName
{
border-color: #A4A5FA;
}
</style>