Shades of Perano #A8ACFC
Tints of Perano #A8ACFC
RGB
CMYK
RGB Variations
Color information
#A8ACFC (or 0xA8ACFC) is known color: Perano. HEX triplet: A8, AC and FC. RGB value is (168,172,252). Sum of RGB (Red+Green+Blue) = 168+172+252=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8ACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ACFC is #575303. Grayscale: #B3B3B3. Windows color (decimal): -5722884 or 16559272. OLE color: 16559272.
HSL color Cylindrical-coordinate representation of color #A8ACFC: hue angle of 237.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8ACFC is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 172 | 252 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.01 |
| HSL | 237.14º | 0.93% | 0.82% | - |
| HSV(B) | 237.14º | 0.33% | 0.99% | - |
| XYZ | 48.47 | 44.86 | 98.2 | - |
| YUV | 179.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 252 | 0.33 | 0.32 | 0 | 0.01 | 237.14 | 0.93 | 0.82 |
| Hex | A8 | AC | FC | 21 | 20 | 0 | 1 | ED | 5D | 52 |
| Octal | 250 | 254 | 374 | 41 | 40 | 0 | 1 | 355 | 135 | 122 |
| Binary | 10101000 | 10101100 | 11111100 | 100001 | 100000 | 0 | 1 | 11101101 | 1011101 | 1010010 |
Color Harmonies of #A8ACFC
Complementary color
Monochromatic Colors of #A8ACFC
Black with #A8ACFC
Text Example
Text Example
White with #A8ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACFC; }
p { color: rgb(168,172,252); }
H1.HeaderClassName
{
color: #A8ACFC;
}
.AnyTagClassName
{
color: #A8ACFC;
}
</style>
background-color css
<style>
a { background-color: #A8ACFC; }
a { background-color: rgb(168,172,252); }
div.DivClassName
{
background-color: #A8ACFC;
}
.BgClassName
{
background-color: #A8ACFC;
}
</style>
border-color css
<style>
span { border-color: #A8ACFC; }
span { border-color: rgb(168,172,252); }
td.TdClassName
{
border-color: #A8ACFC;
}
.TagClassName
{
border-color: #A8ACFC;
}
</style>