Shades of Perano #A7ADED
Tints of Perano #A7ADED
RGB
CMYK
RGB Variations
Color information
#A7ADED (or 0xA7ADED) is known color: Perano. HEX triplet: A7, AD and ED. RGB value is (167,173,237). Sum of RGB (Red+Green+Blue) = 167+173+237=577 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.94% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #A7ADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ADED is #585212. Grayscale: #B2B2B2. Windows color (decimal): -5788179 or 15576487. OLE color: 15576487.
HSL color Cylindrical-coordinate representation of color #A7ADED: hue angle of 234.86º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7ADED is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 173 | 237 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.07 |
| HSL | 234.86º | 0.66% | 0.79% | - |
| HSV(B) | 234.86º | 0.3% | 0.93% | - |
| XYZ | 46.17 | 44.22 | 86.22 | - |
| YUV | 178.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 237 | 0.30 | 0.27 | 0 | 0.07 | 234.86 | 0.66 | 0.79 |
| Hex | A7 | AD | ED | 1E | 1B | 0 | 7 | EB | 42 | 4F |
| Octal | 247 | 255 | 355 | 36 | 33 | 0 | 7 | 353 | 102 | 117 |
| Binary | 10100111 | 10101101 | 11101101 | 11110 | 11011 | 0 | 111 | 11101011 | 1000010 | 1001111 |
Color Harmonies of #A7ADED
Complementary color
Monochromatic Colors of #A7ADED
Black with #A7ADED
Text Example
Text Example
White with #A7ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ADED; }
p { color: rgb(167,173,237); }
H1.HeaderClassName
{
color: #A7ADED;
}
.AnyTagClassName
{
color: #A7ADED;
}
</style>
background-color css
<style>
a { background-color: #A7ADED; }
a { background-color: rgb(167,173,237); }
div.DivClassName
{
background-color: #A7ADED;
}
.BgClassName
{
background-color: #A7ADED;
}
</style>
border-color css
<style>
span { border-color: #A7ADED; }
span { border-color: rgb(167,173,237); }
td.TdClassName
{
border-color: #A7ADED;
}
.TagClassName
{
border-color: #A7ADED;
}
</style>