Shades of Perano #A3ABEE
Tints of Perano #A3ABEE
RGB
CMYK
RGB Variations
Color information
#A3ABEE (or 0xA3ABEE) is known color: Perano. HEX triplet: A3, AB and EE. RGB value is (163,171,238). Sum of RGB (Red+Green+Blue) = 163+171+238=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3ABEE is #5C5411. Grayscale: #AFAFAF. Windows color (decimal): -6050834 or 15641507. OLE color: 15641507.
HSL color Cylindrical-coordinate representation of color #A3ABEE: hue angle of 233.6º 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 #A3ABEE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 171 | 238 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.07 |
| HSL | 233.6º | 0.69% | 0.79% | - |
| HSV(B) | 233.6º | 0.32% | 0.93% | - |
| XYZ | 45.1 | 43.09 | 86.83 | - |
| YUV | 176.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 238 | 0.32 | 0.28 | 0 | 0.07 | 233.6 | 0.69 | 0.79 |
| Hex | A3 | AB | EE | 20 | 1C | 0 | 7 | EA | 45 | 4F |
| Octal | 243 | 253 | 356 | 40 | 34 | 0 | 7 | 352 | 105 | 117 |
| Binary | 10100011 | 10101011 | 11101110 | 100000 | 11100 | 0 | 111 | 11101010 | 1000101 | 1001111 |
Color Harmonies of #A3ABEE
Complementary color
Monochromatic Colors of #A3ABEE
Black with #A3ABEE
Text Example
Text Example
White with #A3ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ABEE; }
p { color: rgb(163,171,238); }
H1.HeaderClassName
{
color: #A3ABEE;
}
.AnyTagClassName
{
color: #A3ABEE;
}
</style>
background-color css
<style>
a { background-color: #A3ABEE; }
a { background-color: rgb(163,171,238); }
div.DivClassName
{
background-color: #A3ABEE;
}
.BgClassName
{
background-color: #A3ABEE;
}
</style>
border-color css
<style>
span { border-color: #A3ABEE; }
span { border-color: rgb(163,171,238); }
td.TdClassName
{
border-color: #A3ABEE;
}
.TagClassName
{
border-color: #A3ABEE;
}
</style>