Shades of Perano #A5AFFB
Tints of Perano #A5AFFB
RGB
CMYK
RGB Variations
Color information
#A5AFFB (or 0xA5AFFB) is known color: Perano. HEX triplet: A5, AF and FB. RGB value is (165,175,251). Sum of RGB (Red+Green+Blue) = 165+175+251=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5AFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AFFB is #5A5004. Grayscale: #B4B4B4. Windows color (decimal): -5918725 or 16494501. OLE color: 16494501.
HSL color Cylindrical-coordinate representation of color #A5AFFB: hue angle of 233.02º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5AFFB is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 175 | 251 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.02 |
| HSL | 233.02º | 0.91% | 0.82% | - |
| HSV(B) | 233.02º | 0.34% | 0.98% | - |
| XYZ | 48.26 | 45.62 | 97.53 | - |
| YUV | 180.67 | 167.69 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 251 | 0.34 | 0.30 | 0 | 0.02 | 233.02 | 0.91 | 0.82 |
| Hex | A5 | AF | FB | 22 | 1E | 0 | 2 | E9 | 5B | 52 |
| Octal | 245 | 257 | 373 | 42 | 36 | 0 | 2 | 351 | 133 | 122 |
| Binary | 10100101 | 10101111 | 11111011 | 100010 | 11110 | 0 | 10 | 11101001 | 1011011 | 1010010 |
Color Harmonies of #A5AFFB
Complementary color
Monochromatic Colors of #A5AFFB
Black with #A5AFFB
Text Example
Text Example
White with #A5AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AFFB; }
p { color: rgb(165,175,251); }
H1.HeaderClassName
{
color: #A5AFFB;
}
.AnyTagClassName
{
color: #A5AFFB;
}
</style>
background-color css
<style>
a { background-color: #A5AFFB; }
a { background-color: rgb(165,175,251); }
div.DivClassName
{
background-color: #A5AFFB;
}
.BgClassName
{
background-color: #A5AFFB;
}
</style>
border-color css
<style>
span { border-color: #A5AFFB; }
span { border-color: rgb(165,175,251); }
td.TdClassName
{
border-color: #A5AFFB;
}
.TagClassName
{
border-color: #A5AFFB;
}
</style>