Shades of Perano #A3AFEE
Tints of Perano #A3AFEE
RGB
CMYK
RGB Variations
Color information
#A3AFEE (or 0xA3AFEE) is known color: Perano. HEX triplet: A3, AF and EE. RGB value is (163,175,238). Sum of RGB (Red+Green+Blue) = 163+175+238=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3AFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AFEE is #5C5011. Grayscale: #B2B2B2. Windows color (decimal): -6049810 or 15642531. OLE color: 15642531.
HSL color Cylindrical-coordinate representation of color #A3AFEE: hue angle of 230.4º 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 #A3AFEE is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 175 | 238 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.07 |
| HSL | 230.4º | 0.69% | 0.79% | - |
| HSV(B) | 230.4º | 0.32% | 0.93% | - |
| XYZ | 45.87 | 44.62 | 87.08 | - |
| YUV | 178.59 | 161.52 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 238 | 0.32 | 0.26 | 0 | 0.07 | 230.4 | 0.69 | 0.79 |
| Hex | A3 | AF | EE | 20 | 1A | 0 | 7 | E6 | 45 | 4F |
| Octal | 243 | 257 | 356 | 40 | 32 | 0 | 7 | 346 | 105 | 117 |
| Binary | 10100011 | 10101111 | 11101110 | 100000 | 11010 | 0 | 111 | 11100110 | 1000101 | 1001111 |
Color Harmonies of #A3AFEE
Complementary color
Monochromatic Colors of #A3AFEE
Black with #A3AFEE
Text Example
Text Example
White with #A3AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AFEE; }
p { color: rgb(163,175,238); }
H1.HeaderClassName
{
color: #A3AFEE;
}
.AnyTagClassName
{
color: #A3AFEE;
}
</style>
background-color css
<style>
a { background-color: #A3AFEE; }
a { background-color: rgb(163,175,238); }
div.DivClassName
{
background-color: #A3AFEE;
}
.BgClassName
{
background-color: #A3AFEE;
}
</style>
border-color css
<style>
span { border-color: #A3AFEE; }
span { border-color: rgb(163,175,238); }
td.TdClassName
{
border-color: #A3AFEE;
}
.TagClassName
{
border-color: #A3AFEE;
}
</style>