Shades of Perano #A8B0FF
Tints of Perano #A8B0FF
RGB
CMYK
RGB Variations
Color information
#A8B0FF (or 0xA8B0FF) is known color: Perano. HEX triplet: A8, B0 and FF. RGB value is (168,176,255). Sum of RGB (Red+Green+Blue) = 168+176+255=599 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.05% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8B0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B0FF is #574F00. Grayscale: #B6B6B6. Windows color (decimal): -5721857 or 16756904. OLE color: 16756904.
HSL color Cylindrical-coordinate representation of color #A8B0FF: hue angle of 234.48º 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 #A8B0FF is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 176 | 255 | - |
| CMYK | 0.34 | 0.31 | 0 | 0 |
| HSL | 234.48º | 1% | 0.83% | - |
| HSV(B) | 234.48º | 0.34% | 1% | - |
| XYZ | 49.72 | 46.6 | 100.98 | - |
| YUV | 182.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 255 | 0.34 | 0.31 | 0 | 0 | 234.48 | 1 | 0.83 |
| Hex | A8 | B0 | FF | 22 | 1F | 0 | 0 | EA | 64 | 53 |
| Octal | 250 | 260 | 377 | 42 | 37 | 0 | 0 | 352 | 144 | 123 |
| Binary | 10101000 | 10110000 | 11111111 | 100010 | 11111 | 0 | 0 | 11101010 | 1100100 | 1010011 |
Color Harmonies of #A8B0FF
Complementary color
Monochromatic Colors of #A8B0FF
Black with #A8B0FF
Text Example
Text Example
White with #A8B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B0FF; }
p { color: rgb(168,176,255); }
H1.HeaderClassName
{
color: #A8B0FF;
}
.AnyTagClassName
{
color: #A8B0FF;
}
</style>
background-color css
<style>
a { background-color: #A8B0FF; }
a { background-color: rgb(168,176,255); }
div.DivClassName
{
background-color: #A8B0FF;
}
.BgClassName
{
background-color: #A8B0FF;
}
</style>
border-color css
<style>
span { border-color: #A8B0FF; }
span { border-color: rgb(168,176,255); }
td.TdClassName
{
border-color: #A8B0FF;
}
.TagClassName
{
border-color: #A8B0FF;
}
</style>