Shades of Perano #A6A3FA
Tints of Perano #A6A3FA
RGB
CMYK
RGB Variations
Color information
#A6A3FA (or 0xA6A3FA) is known color: Perano. HEX triplet: A6, A3 and FA. RGB value is (166,163,250). Sum of RGB (Red+Green+Blue) = 166+163+250=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 163 (64.06% from 255 or 28.15% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6A3FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A3FA is #595C05. Grayscale: #ADADAD. Windows color (decimal): -5856262 or 16425894. OLE color: 16425894.
HSL color Cylindrical-coordinate representation of color #A6A3FA: hue angle of 242.07º degrees, saturation: 0.9, 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 #A6A3FA is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 163 | 250 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.02 |
| HSL | 242.07º | 0.9% | 0.81% | - |
| HSV(B) | 242.07º | 0.35% | 0.98% | - |
| XYZ | 46.08 | 41.2 | 95.97 | - |
| YUV | 173.82 | 170.99 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 250 | 0.34 | 0.35 | 0 | 0.02 | 242.07 | 0.9 | 0.81 |
| Hex | A6 | A3 | FA | 22 | 23 | 0 | 2 | F2 | 5A | 51 |
| Octal | 246 | 243 | 372 | 42 | 43 | 0 | 2 | 362 | 132 | 121 |
| Binary | 10100110 | 10100011 | 11111010 | 100010 | 100011 | 0 | 10 | 11110010 | 1011010 | 1010001 |
Color Harmonies of #A6A3FA
Complementary color
Monochromatic Colors of #A6A3FA
Black with #A6A3FA
Text Example
Text Example
White with #A6A3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A3FA; }
p { color: rgb(166,163,250); }
H1.HeaderClassName
{
color: #A6A3FA;
}
.AnyTagClassName
{
color: #A6A3FA;
}
</style>
background-color css
<style>
a { background-color: #A6A3FA; }
a { background-color: rgb(166,163,250); }
div.DivClassName
{
background-color: #A6A3FA;
}
.BgClassName
{
background-color: #A6A3FA;
}
</style>
border-color css
<style>
span { border-color: #A6A3FA; }
span { border-color: rgb(166,163,250); }
td.TdClassName
{
border-color: #A6A3FA;
}
.TagClassName
{
border-color: #A6A3FA;
}
</style>