Shades of Perano #A8B0FD
Tints of Perano #A8B0FD
RGB
CMYK
RGB Variations
Color information
#A8B0FD (or 0xA8B0FD) is known color: Perano. HEX triplet: A8, B0 and FD. RGB value is (168,176,253). Sum of RGB (Red+Green+Blue) = 168+176+253=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8B0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B0FD is #574F02. Grayscale: #B6B6B6. Windows color (decimal): -5721859 or 16625832. OLE color: 16625832.
HSL color Cylindrical-coordinate representation of color #A8B0FD: hue angle of 234.35º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8B0FD is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 176 | 253 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.01 |
| HSL | 234.35º | 0.96% | 0.83% | - |
| HSV(B) | 234.35º | 0.34% | 0.99% | - |
| XYZ | 49.4 | 46.47 | 99.29 | - |
| YUV | 182.39 | 167.85 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 253 | 0.34 | 0.30 | 0 | 0.01 | 234.35 | 0.96 | 0.83 |
| Hex | A8 | B0 | FD | 22 | 1E | 0 | 1 | EA | 60 | 53 |
| Octal | 250 | 260 | 375 | 42 | 36 | 0 | 1 | 352 | 140 | 123 |
| Binary | 10101000 | 10110000 | 11111101 | 100010 | 11110 | 0 | 1 | 11101010 | 1100000 | 1010011 |
Color Harmonies of #A8B0FD
Complementary color
Monochromatic Colors of #A8B0FD
Black with #A8B0FD
Text Example
Text Example
White with #A8B0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B0FD; }
p { color: rgb(168,176,253); }
H1.HeaderClassName
{
color: #A8B0FD;
}
.AnyTagClassName
{
color: #A8B0FD;
}
</style>
background-color css
<style>
a { background-color: #A8B0FD; }
a { background-color: rgb(168,176,253); }
div.DivClassName
{
background-color: #A8B0FD;
}
.BgClassName
{
background-color: #A8B0FD;
}
</style>
border-color css
<style>
span { border-color: #A8B0FD; }
span { border-color: rgb(168,176,253); }
td.TdClassName
{
border-color: #A8B0FD;
}
.TagClassName
{
border-color: #A8B0FD;
}
</style>