Shades of Perano #A6A4F9
Tints of Perano #A6A4F9
RGB
CMYK
RGB Variations
Color information
#A6A4F9 (or 0xA6A4F9) is known color: Perano. HEX triplet: A6, A4 and F9. RGB value is (166,164,249). Sum of RGB (Red+Green+Blue) = 166+164+249=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #A6A4F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A4F9 is #595B06. Grayscale: #ADADAD. Windows color (decimal): -5856007 or 16360614. OLE color: 16360614.
HSL color Cylindrical-coordinate representation of color #A6A4F9: hue angle of 241.41º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6A4F9 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 164 | 249 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.02 |
| HSL | 241.41º | 0.88% | 0.81% | - |
| HSV(B) | 241.41º | 0.34% | 0.98% | - |
| XYZ | 46.1 | 41.5 | 95.2 | - |
| YUV | 174.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 249 | 0.33 | 0.34 | 0 | 0.02 | 241.41 | 0.88 | 0.81 |
| Hex | A6 | A4 | F9 | 21 | 22 | 0 | 2 | F1 | 58 | 51 |
| Octal | 246 | 244 | 371 | 41 | 42 | 0 | 2 | 361 | 130 | 121 |
| Binary | 10100110 | 10100100 | 11111001 | 100001 | 100010 | 0 | 10 | 11110001 | 1011000 | 1010001 |
Color Harmonies of #A6A4F9
Complementary color
Monochromatic Colors of #A6A4F9
Black with #A6A4F9
Text Example
Text Example
White with #A6A4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A4F9; }
p { color: rgb(166,164,249); }
H1.HeaderClassName
{
color: #A6A4F9;
}
.AnyTagClassName
{
color: #A6A4F9;
}
</style>
background-color css
<style>
a { background-color: #A6A4F9; }
a { background-color: rgb(166,164,249); }
div.DivClassName
{
background-color: #A6A4F9;
}
.BgClassName
{
background-color: #A6A4F9;
}
</style>
border-color css
<style>
span { border-color: #A6A4F9; }
span { border-color: rgb(166,164,249); }
td.TdClassName
{
border-color: #A6A4F9;
}
.TagClassName
{
border-color: #A6A4F9;
}
</style>