Shades of Perano #A5B4FD
Tints of Perano #A5B4FD
RGB
CMYK
RGB Variations
Color information
#A5B4FD (or 0xA5B4FD) is known color: Perano. HEX triplet: A5, B4 and FD. RGB value is (165,180,253). Sum of RGB (Red+Green+Blue) = 165+180+253=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5B4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B4FD is #5A4B02. Grayscale: #B7B7B7. Windows color (decimal): -5917443 or 16626853. OLE color: 16626853.
HSL color Cylindrical-coordinate representation of color #A5B4FD: hue angle of 229.77º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5B4FD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 180 | 253 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.01 |
| HSL | 229.77º | 0.96% | 0.82% | - |
| HSV(B) | 229.77º | 0.35% | 0.99% | - |
| XYZ | 49.57 | 47.73 | 99.53 | - |
| YUV | 183.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 253 | 0.35 | 0.29 | 0 | 0.01 | 229.77 | 0.96 | 0.82 |
| Hex | A5 | B4 | FD | 23 | 1D | 0 | 1 | E6 | 60 | 52 |
| Octal | 245 | 264 | 375 | 43 | 35 | 0 | 1 | 346 | 140 | 122 |
| Binary | 10100101 | 10110100 | 11111101 | 100011 | 11101 | 0 | 1 | 11100110 | 1100000 | 1010010 |
Color Harmonies of #A5B4FD
Complementary color
Monochromatic Colors of #A5B4FD
Black with #A5B4FD
Text Example
Text Example
White with #A5B4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B4FD; }
p { color: rgb(165,180,253); }
H1.HeaderClassName
{
color: #A5B4FD;
}
.AnyTagClassName
{
color: #A5B4FD;
}
</style>
background-color css
<style>
a { background-color: #A5B4FD; }
a { background-color: rgb(165,180,253); }
div.DivClassName
{
background-color: #A5B4FD;
}
.BgClassName
{
background-color: #A5B4FD;
}
</style>
border-color css
<style>
span { border-color: #A5B4FD; }
span { border-color: rgb(165,180,253); }
td.TdClassName
{
border-color: #A5B4FD;
}
.TagClassName
{
border-color: #A5B4FD;
}
</style>