Shades of Perano #A9A4FB
Tints of Perano #A9A4FB
RGB
CMYK
RGB Variations
Color information
#A9A4FB (or 0xA9A4FB) is known color: Perano. HEX triplet: A9, A4 and FB. RGB value is (169,164,251). Sum of RGB (Red+Green+Blue) = 169+164+251=584 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.94% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9A4FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A4FB is #565B04. Grayscale: #AFAFAF. Windows color (decimal): -5659397 or 16491689. OLE color: 16491689.
HSL color Cylindrical-coordinate representation of color #A9A4FB: hue angle of 243.45º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9A4FB is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 164 | 251 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.02 |
| HSL | 243.45º | 0.92% | 0.81% | - |
| HSV(B) | 243.45º | 0.35% | 0.98% | - |
| XYZ | 47.05 | 41.95 | 96.88 | - |
| YUV | 175.41 | 170.66 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 251 | 0.33 | 0.35 | 0 | 0.02 | 243.45 | 0.92 | 0.81 |
| Hex | A9 | A4 | FB | 21 | 23 | 0 | 2 | F3 | 5C | 51 |
| Octal | 251 | 244 | 373 | 41 | 43 | 0 | 2 | 363 | 134 | 121 |
| Binary | 10101001 | 10100100 | 11111011 | 100001 | 100011 | 0 | 10 | 11110011 | 1011100 | 1010001 |
Color Harmonies of #A9A4FB
Complementary color
Monochromatic Colors of #A9A4FB
Black with #A9A4FB
Text Example
Text Example
White with #A9A4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A4FB; }
p { color: rgb(169,164,251); }
H1.HeaderClassName
{
color: #A9A4FB;
}
.AnyTagClassName
{
color: #A9A4FB;
}
</style>
background-color css
<style>
a { background-color: #A9A4FB; }
a { background-color: rgb(169,164,251); }
div.DivClassName
{
background-color: #A9A4FB;
}
.BgClassName
{
background-color: #A9A4FB;
}
</style>
border-color css
<style>
span { border-color: #A9A4FB; }
span { border-color: rgb(169,164,251); }
td.TdClassName
{
border-color: #A9A4FB;
}
.TagClassName
{
border-color: #A9A4FB;
}
</style>