Shades of Perano #A4A7ED
Tints of Perano #A4A7ED
RGB
CMYK
RGB Variations
Color information
#A4A7ED (or 0xA4A7ED) is known color: Perano. HEX triplet: A4, A7 and ED. RGB value is (164,167,237). Sum of RGB (Red+Green+Blue) = 164+167+237=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4A7ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A7ED is #5B5812. Grayscale: #ADADAD. Windows color (decimal): -5986323 or 15574948. OLE color: 15574948.
HSL color Cylindrical-coordinate representation of color #A4A7ED: hue angle of 237.53º 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 #A4A7ED is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 167 | 237 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.07 |
| HSL | 237.53º | 0.67% | 0.79% | - |
| HSV(B) | 237.53º | 0.31% | 0.93% | - |
| XYZ | 44.41 | 41.64 | 85.82 | - |
| YUV | 174.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 237 | 0.31 | 0.30 | 0 | 0.07 | 237.53 | 0.67 | 0.79 |
| Hex | A4 | A7 | ED | 1F | 1E | 0 | 7 | EE | 43 | 4F |
| Octal | 244 | 247 | 355 | 37 | 36 | 0 | 7 | 356 | 103 | 117 |
| Binary | 10100100 | 10100111 | 11101101 | 11111 | 11110 | 0 | 111 | 11101110 | 1000011 | 1001111 |
Color Harmonies of #A4A7ED
Complementary color
Monochromatic Colors of #A4A7ED
Black with #A4A7ED
Text Example
Text Example
White with #A4A7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A7ED; }
p { color: rgb(164,167,237); }
H1.HeaderClassName
{
color: #A4A7ED;
}
.AnyTagClassName
{
color: #A4A7ED;
}
</style>
background-color css
<style>
a { background-color: #A4A7ED; }
a { background-color: rgb(164,167,237); }
div.DivClassName
{
background-color: #A4A7ED;
}
.BgClassName
{
background-color: #A4A7ED;
}
</style>
border-color css
<style>
span { border-color: #A4A7ED; }
span { border-color: rgb(164,167,237); }
td.TdClassName
{
border-color: #A4A7ED;
}
.TagClassName
{
border-color: #A4A7ED;
}
</style>