Shades of Perano #ACADFF
Tints of Perano #ACADFF
RGB
CMYK
RGB Variations
Color information
#ACADFF (or 0xACADFF) is known color: Perano. HEX triplet: AC, AD and FF. RGB value is (172,173,255). Sum of RGB (Red+Green+Blue) = 172+173+255=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADFF is #535200. Grayscale: #B5B5B5. Windows color (decimal): -5460481 or 16756140. OLE color: 16756140.
HSL color Cylindrical-coordinate representation of color #ACADFF: hue angle of 239.28º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACADFF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 173 | 255 | - |
CMYK | 0.33 | 0.32 | 0 | 0 |
HSL | 239.28º | 1% | 0.84% | - |
HSV(B) | 239.28º | 0.33% | 1% | - |
XYZ | 50.01 | 45.88 | 100.83 | - |
YUV | 182.05 | 169.17 | 120.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 255 | 0.33 | 0.32 | 0 | 0 | 239.28 | 1 | 0.84 |
Hex | AC | AD | FF | 21 | 20 | 0 | 0 | EF | 64 | 54 |
Octal | 254 | 255 | 377 | 41 | 40 | 0 | 0 | 357 | 144 | 124 |
Binary | 10101100 | 10101101 | 11111111 | 100001 | 100000 | 0 | 0 | 11101111 | 1100100 | 1010100 |
Color Harmonies of #ACADFF
Complementary color
Monochromatic Colors of #ACADFF
Black with #ACADFF
Text Example
Text Example
White with #ACADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADFF; }
p { color: rgb(172,173,255); }
H1.HeaderClassName
{
color: #ACADFF;
}
.AnyTagClassName
{
color: #ACADFF;
}
</style>
background-color css
<style>
a { background-color: #ACADFF; }
a { background-color: rgb(172,173,255); }
div.DivClassName
{
background-color: #ACADFF;
}
.BgClassName
{
background-color: #ACADFF;
}
</style>
border-color css
<style>
span { border-color: #ACADFF; }
span { border-color: rgb(172,173,255); }
td.TdClassName
{
border-color: #ACADFF;
}
.TagClassName
{
border-color: #ACADFF;
}
</style>