Shades of Perano #A6A8FD
Tints of Perano #A6A8FD
RGB
CMYK
RGB Variations
Color information
#A6A8FD (or 0xA6A8FD) is known color: Perano. HEX triplet: A6, A8 and FD. RGB value is (166,168,253). Sum of RGB (Red+Green+Blue) = 166+168+253=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A8FD is #595702. Grayscale: #B0B0B0. Windows color (decimal): -5854979 or 16623782. OLE color: 16623782.
HSL color Cylindrical-coordinate representation of color #A6A8FD: hue angle of 238.62º 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 #A6A8FD is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 168 | 253 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.01 |
| HSL | 238.62º | 0.96% | 0.82% | - |
| HSV(B) | 238.62º | 0.34% | 0.99% | - |
| XYZ | 47.46 | 43.2 | 98.77 | - |
| YUV | 177.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 253 | 0.34 | 0.34 | 0 | 0.01 | 238.62 | 0.96 | 0.82 |
| Hex | A6 | A8 | FD | 22 | 22 | 0 | 1 | EF | 60 | 52 |
| Octal | 246 | 250 | 375 | 42 | 42 | 0 | 1 | 357 | 140 | 122 |
| Binary | 10100110 | 10101000 | 11111101 | 100010 | 100010 | 0 | 1 | 11101111 | 1100000 | 1010010 |
Color Harmonies of #A6A8FD
Complementary color
Monochromatic Colors of #A6A8FD
Black with #A6A8FD
Text Example
Text Example
White with #A6A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A8FD; }
p { color: rgb(166,168,253); }
H1.HeaderClassName
{
color: #A6A8FD;
}
.AnyTagClassName
{
color: #A6A8FD;
}
</style>
background-color css
<style>
a { background-color: #A6A8FD; }
a { background-color: rgb(166,168,253); }
div.DivClassName
{
background-color: #A6A8FD;
}
.BgClassName
{
background-color: #A6A8FD;
}
</style>
border-color css
<style>
span { border-color: #A6A8FD; }
span { border-color: rgb(166,168,253); }
td.TdClassName
{
border-color: #A6A8FD;
}
.TagClassName
{
border-color: #A6A8FD;
}
</style>