Shades of Perano #A8AFFD
Tints of Perano #A8AFFD
RGB
CMYK
RGB Variations
Color information
#A8AFFD (or 0xA8AFFD) is known color: Perano. HEX triplet: A8, AF and FD. RGB value is (168,175,253). Sum of RGB (Red+Green+Blue) = 168+175+253=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFFD is #575002. Grayscale: #B5B5B5. Windows color (decimal): -5722115 or 16625576. OLE color: 16625576.
HSL color Cylindrical-coordinate representation of color #A8AFFD: hue angle of 235.06º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8AFFD is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 175 | 253 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.01 |
| HSL | 235.06º | 0.96% | 0.83% | - |
| HSV(B) | 235.06º | 0.34% | 0.99% | - |
| XYZ | 49.21 | 46.08 | 99.23 | - |
| YUV | 181.8 | 168.18 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 253 | 0.34 | 0.31 | 0 | 0.01 | 235.06 | 0.96 | 0.83 |
| Hex | A8 | AF | FD | 22 | 1F | 0 | 1 | EB | 60 | 53 |
| Octal | 250 | 257 | 375 | 42 | 37 | 0 | 1 | 353 | 140 | 123 |
| Binary | 10101000 | 10101111 | 11111101 | 100010 | 11111 | 0 | 1 | 11101011 | 1100000 | 1010011 |
Color Harmonies of #A8AFFD
Complementary color
Monochromatic Colors of #A8AFFD
Black with #A8AFFD
Text Example
Text Example
White with #A8AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFFD; }
p { color: rgb(168,175,253); }
H1.HeaderClassName
{
color: #A8AFFD;
}
.AnyTagClassName
{
color: #A8AFFD;
}
</style>
background-color css
<style>
a { background-color: #A8AFFD; }
a { background-color: rgb(168,175,253); }
div.DivClassName
{
background-color: #A8AFFD;
}
.BgClassName
{
background-color: #A8AFFD;
}
</style>
border-color css
<style>
span { border-color: #A8AFFD; }
span { border-color: rgb(168,175,253); }
td.TdClassName
{
border-color: #A8AFFD;
}
.TagClassName
{
border-color: #A8AFFD;
}
</style>