Shades of Perano #A5AEFA
Tints of Perano #A5AEFA
RGB
CMYK
RGB Variations
Color information
#A5AEFA (or 0xA5AEFA) is known color: Perano. HEX triplet: A5, AE and FA. RGB value is (165,174,250). Sum of RGB (Red+Green+Blue) = 165+174+250=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5AEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AEFA is #5A5105. Grayscale: #B3B3B3. Windows color (decimal): -5918982 or 16428709. OLE color: 16428709.
HSL color Cylindrical-coordinate representation of color #A5AEFA: hue angle of 233.65º degrees, saturation: 0.89, 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 #A5AEFA is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 174 | 250 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.02 |
| HSL | 233.65º | 0.89% | 0.81% | - |
| HSV(B) | 233.65º | 0.34% | 0.98% | - |
| XYZ | 47.91 | 45.17 | 96.64 | - |
| YUV | 179.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 174 | 250 | 0.34 | 0.30 | 0 | 0.02 | 233.65 | 0.89 | 0.81 |
| Hex | A5 | AE | FA | 22 | 1E | 0 | 2 | EA | 59 | 51 |
| Octal | 245 | 256 | 372 | 42 | 36 | 0 | 2 | 352 | 131 | 121 |
| Binary | 10100101 | 10101110 | 11111010 | 100010 | 11110 | 0 | 10 | 11101010 | 1011001 | 1010001 |
Color Harmonies of #A5AEFA
Complementary color
Monochromatic Colors of #A5AEFA
Black with #A5AEFA
Text Example
Text Example
White with #A5AEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AEFA; }
p { color: rgb(165,174,250); }
H1.HeaderClassName
{
color: #A5AEFA;
}
.AnyTagClassName
{
color: #A5AEFA;
}
</style>
background-color css
<style>
a { background-color: #A5AEFA; }
a { background-color: rgb(165,174,250); }
div.DivClassName
{
background-color: #A5AEFA;
}
.BgClassName
{
background-color: #A5AEFA;
}
</style>
border-color css
<style>
span { border-color: #A5AEFA; }
span { border-color: rgb(165,174,250); }
td.TdClassName
{
border-color: #A5AEFA;
}
.TagClassName
{
border-color: #A5AEFA;
}
</style>