Shades of Wistful #ACACDA
Tints of Wistful #ACACDA
RGB
CMYK
RGB Variations
Color information
#ACACDA (or 0xACACDA) is known color: Wistful. HEX triplet: AC, AC and DA. RGB value is (172,172,218). Sum of RGB (Red+Green+Blue) = 172+172+218=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACDA is #535325. Grayscale: #B1B1B1. Windows color (decimal): -5460774 or 14331052. OLE color: 14331052.
HSL color Cylindrical-coordinate representation of color #ACACDA: hue angle of 240º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACACDA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 172 | 218 | - |
CMYK | 0.21 | 0.21 | 0 | 0.15 |
HSL | 240º | 0.38% | 0.76% | - |
HSV(B) | 240º | 0.21% | 0.85% | - |
XYZ | 44.42 | 43.34 | 72.35 | - |
YUV | 177.24 | 151 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 218 | 0.21 | 0.21 | 0 | 0.15 | 240 | 0.38 | 0.76 |
Hex | AC | AC | DA | 15 | 15 | 0 | F | F0 | 26 | 4C |
Octal | 254 | 254 | 332 | 25 | 25 | 0 | 17 | 360 | 46 | 114 |
Binary | 10101100 | 10101100 | 11011010 | 10101 | 10101 | 0 | 1111 | 11110000 | 100110 | 1001100 |
Color Harmonies of #ACACDA
Complementary color
Monochromatic Colors of #ACACDA
Black with #ACACDA
Text Example
Text Example
White with #ACACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACDA; }
p { color: rgb(172,172,218); }
H1.HeaderClassName
{
color: #ACACDA;
}
.AnyTagClassName
{
color: #ACACDA;
}
</style>
background-color css
<style>
a { background-color: #ACACDA; }
a { background-color: rgb(172,172,218); }
div.DivClassName
{
background-color: #ACACDA;
}
.BgClassName
{
background-color: #ACACDA;
}
</style>
border-color css
<style>
span { border-color: #ACACDA; }
span { border-color: rgb(172,172,218); }
td.TdClassName
{
border-color: #ACACDA;
}
.TagClassName
{
border-color: #ACACDA;
}
</style>