Shades of Perano #A4A8ED
Tints of Perano #A4A8ED
RGB
CMYK
RGB Variations
Color information
#A4A8ED (or 0xA4A8ED) is known color: Perano. HEX triplet: A4, A8 and ED. RGB value is (164,168,237). Sum of RGB (Red+Green+Blue) = 164+168+237=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4A8ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A8ED is #5B5712. Grayscale: #AEAEAE. Windows color (decimal): -5986067 or 15575204. OLE color: 15575204.
HSL color Cylindrical-coordinate representation of color #A4A8ED: hue angle of 236.71º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4A8ED is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 168 | 237 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.07 |
| HSL | 236.71º | 0.67% | 0.79% | - |
| HSV(B) | 236.71º | 0.31% | 0.93% | - |
| XYZ | 44.6 | 42.01 | 85.88 | - |
| YUV | 174.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 237 | 0.31 | 0.29 | 0 | 0.07 | 236.71 | 0.67 | 0.79 |
| Hex | A4 | A8 | ED | 1F | 1D | 0 | 7 | ED | 43 | 4F |
| Octal | 244 | 250 | 355 | 37 | 35 | 0 | 7 | 355 | 103 | 117 |
| Binary | 10100100 | 10101000 | 11101101 | 11111 | 11101 | 0 | 111 | 11101101 | 1000011 | 1001111 |
Color Harmonies of #A4A8ED
Complementary color
Monochromatic Colors of #A4A8ED
Black with #A4A8ED
Text Example
Text Example
White with #A4A8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A8ED; }
p { color: rgb(164,168,237); }
H1.HeaderClassName
{
color: #A4A8ED;
}
.AnyTagClassName
{
color: #A4A8ED;
}
</style>
background-color css
<style>
a { background-color: #A4A8ED; }
a { background-color: rgb(164,168,237); }
div.DivClassName
{
background-color: #A4A8ED;
}
.BgClassName
{
background-color: #A4A8ED;
}
</style>
border-color css
<style>
span { border-color: #A4A8ED; }
span { border-color: rgb(164,168,237); }
td.TdClassName
{
border-color: #A4A8ED;
}
.TagClassName
{
border-color: #A4A8ED;
}
</style>