Shades of Perano #A8AFF3
Tints of Perano #A8AFF3
RGB
CMYK
RGB Variations
Color information
#A8AFF3 (or 0xA8AFF3) is known color: Perano. HEX triplet: A8, AF and F3. RGB value is (168,175,243). Sum of RGB (Red+Green+Blue) = 168+175+243=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8AFF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFF3 is #57500C. Grayscale: #B4B4B4. Windows color (decimal): -5722125 or 15970216. OLE color: 15970216.
HSL color Cylindrical-coordinate representation of color #A8AFF3: hue angle of 234.4º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8AFF3 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 175 | 243 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.05 |
| HSL | 234.4º | 0.76% | 0.81% | - |
| HSV(B) | 234.4º | 0.31% | 0.95% | - |
| XYZ | 47.66 | 45.46 | 91.06 | - |
| YUV | 180.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 243 | 0.31 | 0.28 | 0 | 0.05 | 234.4 | 0.76 | 0.81 |
| Hex | A8 | AF | F3 | 1F | 1C | 0 | 5 | EA | 4C | 51 |
| Octal | 250 | 257 | 363 | 37 | 34 | 0 | 5 | 352 | 114 | 121 |
| Binary | 10101000 | 10101111 | 11110011 | 11111 | 11100 | 0 | 101 | 11101010 | 1001100 | 1010001 |
Color Harmonies of #A8AFF3
Complementary color
Monochromatic Colors of #A8AFF3
Black with #A8AFF3
Text Example
Text Example
White with #A8AFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFF3; }
p { color: rgb(168,175,243); }
H1.HeaderClassName
{
color: #A8AFF3;
}
.AnyTagClassName
{
color: #A8AFF3;
}
</style>
background-color css
<style>
a { background-color: #A8AFF3; }
a { background-color: rgb(168,175,243); }
div.DivClassName
{
background-color: #A8AFF3;
}
.BgClassName
{
background-color: #A8AFF3;
}
</style>
border-color css
<style>
span { border-color: #A8AFF3; }
span { border-color: rgb(168,175,243); }
td.TdClassName
{
border-color: #A8AFF3;
}
.TagClassName
{
border-color: #A8AFF3;
}
</style>