Shades of Perano #ACACFD
Tints of Perano #ACACFD
RGB
CMYK
RGB Variations
Color information
#ACACFD (or 0xACACFD) is known color: Perano. HEX triplet: AC, AC and FD. RGB value is (172,172,253). Sum of RGB (Red+Green+Blue) = 172+172+253=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACFD is #535302. Grayscale: #B4B4B4. Windows color (decimal): -5460739 or 16624812. OLE color: 16624812.
HSL color Cylindrical-coordinate representation of color #ACACFD: hue angle of 240º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACACFD is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 172 | 253 | - |
CMYK | 0.32 | 0.32 | 0 | 0.01 |
HSL | 240º | 0.95% | 0.83% | - |
HSV(B) | 240º | 0.32% | 0.99% | - |
XYZ | 49.5 | 45.37 | 99.08 | - |
YUV | 181.23 | 168.5 | 121.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 253 | 0.32 | 0.32 | 0 | 0.01 | 240 | 0.95 | 0.83 |
Hex | AC | AC | FD | 20 | 20 | 0 | 1 | F0 | 5F | 53 |
Octal | 254 | 254 | 375 | 40 | 40 | 0 | 1 | 360 | 137 | 123 |
Binary | 10101100 | 10101100 | 11111101 | 100000 | 100000 | 0 | 1 | 11110000 | 1011111 | 1010011 |
Color Harmonies of #ACACFD
Complementary color
Monochromatic Colors of #ACACFD
Black with #ACACFD
Text Example
Text Example
White with #ACACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACFD; }
p { color: rgb(172,172,253); }
H1.HeaderClassName
{
color: #ACACFD;
}
.AnyTagClassName
{
color: #ACACFD;
}
</style>
background-color css
<style>
a { background-color: #ACACFD; }
a { background-color: rgb(172,172,253); }
div.DivClassName
{
background-color: #ACACFD;
}
.BgClassName
{
background-color: #ACACFD;
}
</style>
border-color css
<style>
span { border-color: #ACACFD; }
span { border-color: rgb(172,172,253); }
td.TdClassName
{
border-color: #ACACFD;
}
.TagClassName
{
border-color: #ACACFD;
}
</style>