Shades of Perano #A3A8EE
Tints of Perano #A3A8EE
RGB
CMYK
RGB Variations
Color information
#A3A8EE (or 0xA3A8EE) is known color: Perano. HEX triplet: A3, A8 and EE. RGB value is (163,168,238). Sum of RGB (Red+Green+Blue) = 163+168+238=569 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.65% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3A8EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A8EE is #5C5711. Grayscale: #AEAEAE. Windows color (decimal): -6051602 or 15640739. OLE color: 15640739.
HSL color Cylindrical-coordinate representation of color #A3A8EE: hue angle of 236º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3A8EE is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 168 | 238 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.07 |
| HSL | 236º | 0.69% | 0.79% | - |
| HSV(B) | 236º | 0.32% | 0.93% | - |
| XYZ | 44.54 | 41.96 | 86.64 | - |
| YUV | 174.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 238 | 0.32 | 0.29 | 0 | 0.07 | 236 | 0.69 | 0.79 |
| Hex | A3 | A8 | EE | 20 | 1D | 0 | 7 | EC | 45 | 4F |
| Octal | 243 | 250 | 356 | 40 | 35 | 0 | 7 | 354 | 105 | 117 |
| Binary | 10100011 | 10101000 | 11101110 | 100000 | 11101 | 0 | 111 | 11101100 | 1000101 | 1001111 |
Color Harmonies of #A3A8EE
Complementary color
Monochromatic Colors of #A3A8EE
Black with #A3A8EE
Text Example
Text Example
White with #A3A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A8EE; }
p { color: rgb(163,168,238); }
H1.HeaderClassName
{
color: #A3A8EE;
}
.AnyTagClassName
{
color: #A3A8EE;
}
</style>
background-color css
<style>
a { background-color: #A3A8EE; }
a { background-color: rgb(163,168,238); }
div.DivClassName
{
background-color: #A3A8EE;
}
.BgClassName
{
background-color: #A3A8EE;
}
</style>
border-color css
<style>
span { border-color: #A3A8EE; }
span { border-color: rgb(163,168,238); }
td.TdClassName
{
border-color: #A3A8EE;
}
.TagClassName
{
border-color: #A3A8EE;
}
</style>