Shades of Perano #A4C0FF
Tints of Perano #A4C0FF
RGB
CMYK
RGB Variations
Color information
#A4C0FF (or 0xA4C0FF) is known color: Perano. HEX triplet: A4, C0 and FF. RGB value is (164,192,255). Sum of RGB (Red+Green+Blue) = 164+192+255=611 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.84% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C0FF is #5B3F00. Grayscale: #BEBEBE. Windows color (decimal): -5979905 or 16760996. OLE color: 16760996.
HSL color Cylindrical-coordinate representation of color #A4C0FF: hue angle of 221.54º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4C0FF is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 192 | 255 | - |
| CMYK | 0.36 | 0.25 | 0 | 0 |
| HSL | 221.54º | 1% | 0.82% | - |
| HSV(B) | 221.54º | 0.36% | 1% | - |
| XYZ | 52.21 | 52.81 | 102.05 | - |
| YUV | 190.81 | 164.22 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 255 | 0.36 | 0.25 | 0 | 0 | 221.54 | 1 | 0.82 |
| Hex | A4 | C0 | FF | 24 | 19 | 0 | 0 | DE | 64 | 52 |
| Octal | 244 | 300 | 377 | 44 | 31 | 0 | 0 | 336 | 144 | 122 |
| Binary | 10100100 | 11000000 | 11111111 | 100100 | 11001 | 0 | 0 | 11011110 | 1100100 | 1010010 |
Color Harmonies of #A4C0FF
Complementary color
Monochromatic Colors of #A4C0FF
Black with #A4C0FF
Text Example
Text Example
White with #A4C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C0FF; }
p { color: rgb(164,192,255); }
H1.HeaderClassName
{
color: #A4C0FF;
}
.AnyTagClassName
{
color: #A4C0FF;
}
</style>
background-color css
<style>
a { background-color: #A4C0FF; }
a { background-color: rgb(164,192,255); }
div.DivClassName
{
background-color: #A4C0FF;
}
.BgClassName
{
background-color: #A4C0FF;
}
</style>
border-color css
<style>
span { border-color: #A4C0FF; }
span { border-color: rgb(164,192,255); }
td.TdClassName
{
border-color: #A4C0FF;
}
.TagClassName
{
border-color: #A4C0FF;
}
</style>