Shades of Perano #ADABEA
Tints of Perano #ADABEA
RGB
CMYK
RGB Variations
Color information
#ADABEA (or 0xADABEA) is known color: Perano. HEX triplet: AD, AB and EA. RGB value is (173,171,234). Sum of RGB (Red+Green+Blue) = 173+171+234=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABEA is #525415. Grayscale: #B2B2B2. Windows color (decimal): -5395478 or 15379373. OLE color: 15379373.
HSL color Cylindrical-coordinate representation of color #ADABEA: hue angle of 241.9º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADABEA is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 171 | 234 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.08 |
| HSL | 241.9º | 0.6% | 0.79% | - |
| HSV(B) | 241.9º | 0.27% | 0.92% | - |
| XYZ | 46.65 | 43.95 | 83.87 | - |
| YUV | 178.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 234 | 0.26 | 0.27 | 0 | 0.08 | 241.9 | 0.6 | 0.79 |
| Hex | AD | AB | EA | 1A | 1B | 0 | 8 | F2 | 3C | 4F |
| Octal | 255 | 253 | 352 | 32 | 33 | 0 | 10 | 362 | 74 | 117 |
| Binary | 10101101 | 10101011 | 11101010 | 11010 | 11011 | 0 | 1000 | 11110010 | 111100 | 1001111 |
Color Harmonies of #ADABEA
Complementary color
Monochromatic Colors of #ADABEA
Black with #ADABEA
Text Example
Text Example
White with #ADABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABEA; }
p { color: rgb(173,171,234); }
H1.HeaderClassName
{
color: #ADABEA;
}
.AnyTagClassName
{
color: #ADABEA;
}
</style>
background-color css
<style>
a { background-color: #ADABEA; }
a { background-color: rgb(173,171,234); }
div.DivClassName
{
background-color: #ADABEA;
}
.BgClassName
{
background-color: #ADABEA;
}
</style>
border-color css
<style>
span { border-color: #ADABEA; }
span { border-color: rgb(173,171,234); }
td.TdClassName
{
border-color: #ADABEA;
}
.TagClassName
{
border-color: #ADABEA;
}
</style>