Shades of Perano #A7AFF9
Tints of Perano #A7AFF9
RGB
CMYK
RGB Variations
Color information
#A7AFF9 (or 0xA7AFF9) is known color: Perano. HEX triplet: A7, AF and F9. RGB value is (167,175,249). Sum of RGB (Red+Green+Blue) = 167+175+249=591 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.26% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #A7AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7AFF9 is #585006. Grayscale: #B4B4B4. Windows color (decimal): -5787655 or 16363431. OLE color: 16363431.
HSL color Cylindrical-coordinate representation of color #A7AFF9: hue angle of 234.15º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7AFF9 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 175 | 249 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.02 |
| HSL | 234.15º | 0.87% | 0.82% | - |
| HSV(B) | 234.15º | 0.33% | 0.98% | - |
| XYZ | 48.37 | 45.71 | 95.9 | - |
| YUV | 181.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 175 | 249 | 0.33 | 0.30 | 0 | 0.02 | 234.15 | 0.87 | 0.82 |
| Hex | A7 | AF | F9 | 21 | 1E | 0 | 2 | EA | 57 | 52 |
| Octal | 247 | 257 | 371 | 41 | 36 | 0 | 2 | 352 | 127 | 122 |
| Binary | 10100111 | 10101111 | 11111001 | 100001 | 11110 | 0 | 10 | 11101010 | 1010111 | 1010010 |
Color Harmonies of #A7AFF9
Complementary color
Monochromatic Colors of #A7AFF9
Black with #A7AFF9
Text Example
Text Example
White with #A7AFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AFF9; }
p { color: rgb(167,175,249); }
H1.HeaderClassName
{
color: #A7AFF9;
}
.AnyTagClassName
{
color: #A7AFF9;
}
</style>
background-color css
<style>
a { background-color: #A7AFF9; }
a { background-color: rgb(167,175,249); }
div.DivClassName
{
background-color: #A7AFF9;
}
.BgClassName
{
background-color: #A7AFF9;
}
</style>
border-color css
<style>
span { border-color: #A7AFF9; }
span { border-color: rgb(167,175,249); }
td.TdClassName
{
border-color: #A7AFF9;
}
.TagClassName
{
border-color: #A7AFF9;
}
</style>