Shades of Perano #A5B5FF
Tints of Perano #A5B5FF
RGB
CMYK
RGB Variations
Color information
#A5B5FF (or 0xA5B5FF) is known color: Perano. HEX triplet: A5, B5 and FF. RGB value is (165,181,255). Sum of RGB (Red+Green+Blue) = 165+181+255=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 181 (71.09% from 255 or 30.12% 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 #A5B5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B5FF is #5A4A00. Grayscale: #B8B8B8. Windows color (decimal): -5917185 or 16758181. OLE color: 16758181.
HSL color Cylindrical-coordinate representation of color #A5B5FF: hue angle of 229.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5B5FF is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 181 | 255 | - |
| CMYK | 0.35 | 0.29 | 0 | 0 |
| HSL | 229.33º | 1% | 0.82% | - |
| HSV(B) | 229.33º | 0.35% | 1% | - |
| XYZ | 50.09 | 48.27 | 101.28 | - |
| YUV | 184.65 | 167.7 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 255 | 0.35 | 0.29 | 0 | 0 | 229.33 | 1 | 0.82 |
| Hex | A5 | B5 | FF | 23 | 1D | 0 | 0 | E5 | 64 | 52 |
| Octal | 245 | 265 | 377 | 43 | 35 | 0 | 0 | 345 | 144 | 122 |
| Binary | 10100101 | 10110101 | 11111111 | 100011 | 11101 | 0 | 0 | 11100101 | 1100100 | 1010010 |
Color Harmonies of #A5B5FF
Complementary color
Monochromatic Colors of #A5B5FF
Black with #A5B5FF
Text Example
Text Example
White with #A5B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B5FF; }
p { color: rgb(165,181,255); }
H1.HeaderClassName
{
color: #A5B5FF;
}
.AnyTagClassName
{
color: #A5B5FF;
}
</style>
background-color css
<style>
a { background-color: #A5B5FF; }
a { background-color: rgb(165,181,255); }
div.DivClassName
{
background-color: #A5B5FF;
}
.BgClassName
{
background-color: #A5B5FF;
}
</style>
border-color css
<style>
span { border-color: #A5B5FF; }
span { border-color: rgb(165,181,255); }
td.TdClassName
{
border-color: #A5B5FF;
}
.TagClassName
{
border-color: #A5B5FF;
}
</style>