Shades of Perano #ADA8ED
Tints of Perano #ADA8ED
RGB
CMYK
RGB Variations
Color information
#ADA8ED (or 0xADA8ED) is known color: Perano. HEX triplet: AD, A8 and ED. RGB value is (173,168,237). Sum of RGB (Red+Green+Blue) = 173+168+237=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADA8ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA8ED is #525712. Grayscale: #B1B1B1. Windows color (decimal): -5396243 or 15575213. OLE color: 15575213.
HSL color Cylindrical-coordinate representation of color #ADA8ED: hue angle of 244.35º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADA8ED is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 168 | 237 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.07 |
| HSL | 244.35º | 0.66% | 0.79% | - |
| HSV(B) | 244.35º | 0.29% | 0.93% | - |
| XYZ | 46.52 | 43 | 85.97 | - |
| YUV | 177.36 | 161.66 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 237 | 0.27 | 0.29 | 0 | 0.07 | 244.35 | 0.66 | 0.79 |
| Hex | AD | A8 | ED | 1B | 1D | 0 | 7 | F4 | 42 | 4F |
| Octal | 255 | 250 | 355 | 33 | 35 | 0 | 7 | 364 | 102 | 117 |
| Binary | 10101101 | 10101000 | 11101101 | 11011 | 11101 | 0 | 111 | 11110100 | 1000010 | 1001111 |
Color Harmonies of #ADA8ED
Complementary color
Monochromatic Colors of #ADA8ED
Black with #ADA8ED
Text Example
Text Example
White with #ADA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8ED; }
p { color: rgb(173,168,237); }
H1.HeaderClassName
{
color: #ADA8ED;
}
.AnyTagClassName
{
color: #ADA8ED;
}
</style>
background-color css
<style>
a { background-color: #ADA8ED; }
a { background-color: rgb(173,168,237); }
div.DivClassName
{
background-color: #ADA8ED;
}
.BgClassName
{
background-color: #ADA8ED;
}
</style>
border-color css
<style>
span { border-color: #ADA8ED; }
span { border-color: rgb(173,168,237); }
td.TdClassName
{
border-color: #ADA8ED;
}
.TagClassName
{
border-color: #ADA8ED;
}
</style>