Shades of Perano #A6A4ED
Tints of Perano #A6A4ED
RGB
CMYK
RGB Variations
Color information
#A6A4ED (or 0xA6A4ED) is known color: Perano. HEX triplet: A6, A4 and ED. RGB value is (166,164,237). Sum of RGB (Red+Green+Blue) = 166+164+237=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6A4ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A4ED is #595B12. Grayscale: #ACACAC. Windows color (decimal): -5856019 or 15574182. OLE color: 15574182.
HSL color Cylindrical-coordinate representation of color #A6A4ED: hue angle of 241.64º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6A4ED is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 164 | 237 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.07 |
| HSL | 241.64º | 0.67% | 0.79% | - |
| HSV(B) | 241.64º | 0.31% | 0.93% | - |
| XYZ | 44.29 | 40.77 | 85.66 | - |
| YUV | 172.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 237 | 0.30 | 0.31 | 0 | 0.07 | 241.64 | 0.67 | 0.79 |
| Hex | A6 | A4 | ED | 1E | 1F | 0 | 7 | F2 | 43 | 4F |
| Octal | 246 | 244 | 355 | 36 | 37 | 0 | 7 | 362 | 103 | 117 |
| Binary | 10100110 | 10100100 | 11101101 | 11110 | 11111 | 0 | 111 | 11110010 | 1000011 | 1001111 |
Color Harmonies of #A6A4ED
Complementary color
Monochromatic Colors of #A6A4ED
Black with #A6A4ED
Text Example
Text Example
White with #A6A4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A4ED; }
p { color: rgb(166,164,237); }
H1.HeaderClassName
{
color: #A6A4ED;
}
.AnyTagClassName
{
color: #A6A4ED;
}
</style>
background-color css
<style>
a { background-color: #A6A4ED; }
a { background-color: rgb(166,164,237); }
div.DivClassName
{
background-color: #A6A4ED;
}
.BgClassName
{
background-color: #A6A4ED;
}
</style>
border-color css
<style>
span { border-color: #A6A4ED; }
span { border-color: rgb(166,164,237); }
td.TdClassName
{
border-color: #A6A4ED;
}
.TagClassName
{
border-color: #A6A4ED;
}
</style>