Shades of Perano #A8ACFD
Tints of Perano #A8ACFD
RGB
CMYK
RGB Variations
Color information
#A8ACFD (or 0xA8ACFD) is known color: Perano. HEX triplet: A8, AC and FD. RGB value is (168,172,253). Sum of RGB (Red+Green+Blue) = 168+172+253=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8ACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ACFD is #575302. Grayscale: #B3B3B3. Windows color (decimal): -5722883 or 16624808. OLE color: 16624808.
HSL color Cylindrical-coordinate representation of color #A8ACFD: hue angle of 237.18º 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 #A8ACFD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 172 | 253 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.01 |
| HSL | 237.18º | 0.96% | 0.83% | - |
| HSV(B) | 237.18º | 0.34% | 0.99% | - |
| XYZ | 48.63 | 44.92 | 99.04 | - |
| YUV | 180.04 | 169.17 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 253 | 0.34 | 0.32 | 0 | 0.01 | 237.18 | 0.96 | 0.83 |
| Hex | A8 | AC | FD | 22 | 20 | 0 | 1 | ED | 60 | 53 |
| Octal | 250 | 254 | 375 | 42 | 40 | 0 | 1 | 355 | 140 | 123 |
| Binary | 10101000 | 10101100 | 11111101 | 100010 | 100000 | 0 | 1 | 11101101 | 1100000 | 1010011 |
Color Harmonies of #A8ACFD
Complementary color
Monochromatic Colors of #A8ACFD
Black with #A8ACFD
Text Example
Text Example
White with #A8ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACFD; }
p { color: rgb(168,172,253); }
H1.HeaderClassName
{
color: #A8ACFD;
}
.AnyTagClassName
{
color: #A8ACFD;
}
</style>
background-color css
<style>
a { background-color: #A8ACFD; }
a { background-color: rgb(168,172,253); }
div.DivClassName
{
background-color: #A8ACFD;
}
.BgClassName
{
background-color: #A8ACFD;
}
</style>
border-color css
<style>
span { border-color: #A8ACFD; }
span { border-color: rgb(168,172,253); }
td.TdClassName
{
border-color: #A8ACFD;
}
.TagClassName
{
border-color: #A8ACFD;
}
</style>