Shades of Perano #A8B2FF
Tints of Perano #A8B2FF
RGB
CMYK
RGB Variations
Color information
#A8B2FF (or 0xA8B2FF) is known color: Perano. HEX triplet: A8, B2 and FF. RGB value is (168,178,255). Sum of RGB (Red+Green+Blue) = 168+178+255=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8B2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B2FF is #574D00. Grayscale: #B7B7B7. Windows color (decimal): -5721345 or 16757416. OLE color: 16757416.
HSL color Cylindrical-coordinate representation of color #A8B2FF: hue angle of 233.1º 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 #A8B2FF is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 178 | 255 | - |
| CMYK | 0.34 | 0.30 | 0 | 0 |
| HSL | 233.1º | 1% | 0.83% | - |
| HSV(B) | 233.1º | 0.34% | 1% | - |
| XYZ | 50.12 | 47.39 | 101.11 | - |
| YUV | 183.79 | 168.19 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 255 | 0.34 | 0.30 | 0 | 0 | 233.1 | 1 | 0.83 |
| Hex | A8 | B2 | FF | 22 | 1E | 0 | 0 | E9 | 64 | 53 |
| Octal | 250 | 262 | 377 | 42 | 36 | 0 | 0 | 351 | 144 | 123 |
| Binary | 10101000 | 10110010 | 11111111 | 100010 | 11110 | 0 | 0 | 11101001 | 1100100 | 1010011 |
Color Harmonies of #A8B2FF
Complementary color
Monochromatic Colors of #A8B2FF
Black with #A8B2FF
Text Example
Text Example
White with #A8B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B2FF; }
p { color: rgb(168,178,255); }
H1.HeaderClassName
{
color: #A8B2FF;
}
.AnyTagClassName
{
color: #A8B2FF;
}
</style>
background-color css
<style>
a { background-color: #A8B2FF; }
a { background-color: rgb(168,178,255); }
div.DivClassName
{
background-color: #A8B2FF;
}
.BgClassName
{
background-color: #A8B2FF;
}
</style>
border-color css
<style>
span { border-color: #A8B2FF; }
span { border-color: rgb(168,178,255); }
td.TdClassName
{
border-color: #A8B2FF;
}
.TagClassName
{
border-color: #A8B2FF;
}
</style>