Shades of Perano #A8ADFF
Tints of Perano #A8ADFF
RGB
CMYK
RGB Variations
Color information
#A8ADFF (or 0xA8ADFF) is known color: Perano. HEX triplet: A8, AD and FF. RGB value is (168,173,255). Sum of RGB (Red+Green+Blue) = 168+173+255=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADFF is #575200. Grayscale: #B4B4B4. Windows color (decimal): -5722625 or 16756136. OLE color: 16756136.
HSL color Cylindrical-coordinate representation of color #A8ADFF: hue angle of 236.55º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8ADFF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 173 | 255 | - |
| CMYK | 0.34 | 0.32 | 0 | 0 |
| HSL | 236.55º | 1% | 0.83% | - |
| HSV(B) | 236.55º | 0.34% | 1% | - |
| XYZ | 49.14 | 45.43 | 100.79 | - |
| YUV | 180.85 | 169.84 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 255 | 0.34 | 0.32 | 0 | 0 | 236.55 | 1 | 0.83 |
| Hex | A8 | AD | FF | 22 | 20 | 0 | 0 | ED | 64 | 53 |
| Octal | 250 | 255 | 377 | 42 | 40 | 0 | 0 | 355 | 144 | 123 |
| Binary | 10101000 | 10101101 | 11111111 | 100010 | 100000 | 0 | 0 | 11101101 | 1100100 | 1010011 |
Color Harmonies of #A8ADFF
Complementary color
Monochromatic Colors of #A8ADFF
Black with #A8ADFF
Text Example
Text Example
White with #A8ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADFF; }
p { color: rgb(168,173,255); }
H1.HeaderClassName
{
color: #A8ADFF;
}
.AnyTagClassName
{
color: #A8ADFF;
}
</style>
background-color css
<style>
a { background-color: #A8ADFF; }
a { background-color: rgb(168,173,255); }
div.DivClassName
{
background-color: #A8ADFF;
}
.BgClassName
{
background-color: #A8ADFF;
}
</style>
border-color css
<style>
span { border-color: #A8ADFF; }
span { border-color: rgb(168,173,255); }
td.TdClassName
{
border-color: #A8ADFF;
}
.TagClassName
{
border-color: #A8ADFF;
}
</style>