Shades of Perano #A8ADFB
Tints of Perano #A8ADFB
RGB
CMYK
RGB Variations
Color information
#A8ADFB (or 0xA8ADFB) is known color: Perano. HEX triplet: A8, AD and FB. RGB value is (168,173,251). Sum of RGB (Red+Green+Blue) = 168+173+251=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8ADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADFB is #575204. Grayscale: #B4B4B4. Windows color (decimal): -5722629 or 16493992. OLE color: 16493992.
HSL color Cylindrical-coordinate representation of color #A8ADFB: hue angle of 236.39º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8ADFB is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 173 | 251 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.02 |
| HSL | 236.39º | 0.91% | 0.82% | - |
| HSV(B) | 236.39º | 0.33% | 0.98% | - |
| XYZ | 48.5 | 45.18 | 97.43 | - |
| YUV | 180.4 | 167.84 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 251 | 0.33 | 0.31 | 0 | 0.02 | 236.39 | 0.91 | 0.82 |
| Hex | A8 | AD | FB | 21 | 1F | 0 | 2 | EC | 5B | 52 |
| Octal | 250 | 255 | 373 | 41 | 37 | 0 | 2 | 354 | 133 | 122 |
| Binary | 10101000 | 10101101 | 11111011 | 100001 | 11111 | 0 | 10 | 11101100 | 1011011 | 1010010 |
Color Harmonies of #A8ADFB
Complementary color
Monochromatic Colors of #A8ADFB
Black with #A8ADFB
Text Example
Text Example
White with #A8ADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADFB; }
p { color: rgb(168,173,251); }
H1.HeaderClassName
{
color: #A8ADFB;
}
.AnyTagClassName
{
color: #A8ADFB;
}
</style>
background-color css
<style>
a { background-color: #A8ADFB; }
a { background-color: rgb(168,173,251); }
div.DivClassName
{
background-color: #A8ADFB;
}
.BgClassName
{
background-color: #A8ADFB;
}
</style>
border-color css
<style>
span { border-color: #A8ADFB; }
span { border-color: rgb(168,173,251); }
td.TdClassName
{
border-color: #A8ADFB;
}
.TagClassName
{
border-color: #A8ADFB;
}
</style>