Shades of Perano #A6A2F2
Tints of Perano #A6A2F2
RGB
CMYK
RGB Variations
Color information
#A6A2F2 (or 0xA6A2F2) is known color: Perano. HEX triplet: A6, A2 and F2. RGB value is (166,162,242). Sum of RGB (Red+Green+Blue) = 166+162+242=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #A6A2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A2F2 is #595D0D. Grayscale: #ACACAC. Windows color (decimal): -5856526 or 15901350. OLE color: 15901350.
HSL color Cylindrical-coordinate representation of color #A6A2F2: hue angle of 243º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6A2F2 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 162 | 242 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.05 |
| HSL | 243º | 0.75% | 0.79% | - |
| HSV(B) | 243º | 0.33% | 0.95% | - |
| XYZ | 44.67 | 40.36 | 89.44 | - |
| YUV | 172.32 | 167.33 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 242 | 0.31 | 0.33 | 0 | 0.05 | 243 | 0.75 | 0.79 |
| Hex | A6 | A2 | F2 | 1F | 21 | 0 | 5 | F3 | 4B | 4F |
| Octal | 246 | 242 | 362 | 37 | 41 | 0 | 5 | 363 | 113 | 117 |
| Binary | 10100110 | 10100010 | 11110010 | 11111 | 100001 | 0 | 101 | 11110011 | 1001011 | 1001111 |
Color Harmonies of #A6A2F2
Complementary color
Monochromatic Colors of #A6A2F2
Black with #A6A2F2
Text Example
Text Example
White with #A6A2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A2F2; }
p { color: rgb(166,162,242); }
H1.HeaderClassName
{
color: #A6A2F2;
}
.AnyTagClassName
{
color: #A6A2F2;
}
</style>
background-color css
<style>
a { background-color: #A6A2F2; }
a { background-color: rgb(166,162,242); }
div.DivClassName
{
background-color: #A6A2F2;
}
.BgClassName
{
background-color: #A6A2F2;
}
</style>
border-color css
<style>
span { border-color: #A6A2F2; }
span { border-color: rgb(166,162,242); }
td.TdClassName
{
border-color: #A6A2F2;
}
.TagClassName
{
border-color: #A6A2F2;
}
</style>