Shades of Perano #A7A9FD
Tints of Perano #A7A9FD
RGB
CMYK
RGB Variations
Color information
#A7A9FD (or 0xA7A9FD) is known color: Perano. HEX triplet: A7, A9 and FD. RGB value is (167,169,253). Sum of RGB (Red+Green+Blue) = 167+169+253=589 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.35% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7A9FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A9FD is #585602. Grayscale: #B1B1B1. Windows color (decimal): -5789187 or 16624039. OLE color: 16624039.
HSL color Cylindrical-coordinate representation of color #A7A9FD: hue angle of 238.6º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7A9FD is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 169 | 253 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.01 |
| HSL | 238.6º | 0.96% | 0.82% | - |
| HSV(B) | 238.6º | 0.34% | 0.99% | - |
| XYZ | 47.85 | 43.68 | 98.84 | - |
| YUV | 177.98 | 170.34 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 253 | 0.34 | 0.33 | 0 | 0.01 | 238.6 | 0.96 | 0.82 |
| Hex | A7 | A9 | FD | 22 | 21 | 0 | 1 | EF | 60 | 52 |
| Octal | 247 | 251 | 375 | 42 | 41 | 0 | 1 | 357 | 140 | 122 |
| Binary | 10100111 | 10101001 | 11111101 | 100010 | 100001 | 0 | 1 | 11101111 | 1100000 | 1010010 |
Color Harmonies of #A7A9FD
Complementary color
Monochromatic Colors of #A7A9FD
Black with #A7A9FD
Text Example
Text Example
White with #A7A9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A9FD; }
p { color: rgb(167,169,253); }
H1.HeaderClassName
{
color: #A7A9FD;
}
.AnyTagClassName
{
color: #A7A9FD;
}
</style>
background-color css
<style>
a { background-color: #A7A9FD; }
a { background-color: rgb(167,169,253); }
div.DivClassName
{
background-color: #A7A9FD;
}
.BgClassName
{
background-color: #A7A9FD;
}
</style>
border-color css
<style>
span { border-color: #A7A9FD; }
span { border-color: rgb(167,169,253); }
td.TdClassName
{
border-color: #A7A9FD;
}
.TagClassName
{
border-color: #A7A9FD;
}
</style>