Shades of Wistful #A1A4CC
Tints of Wistful #A1A4CC
RGB
CMYK
RGB Variations
Color information
#A1A4CC (or 0xA1A4CC) is known color: Wistful. HEX triplet: A1, A4 and CC. RGB value is (161,164,204). Sum of RGB (Red+Green+Blue) = 161+164+204=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1A4CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4CC is #5E5B33. Grayscale: #A7A7A7. Windows color (decimal): -6183732 or 13411489. OLE color: 13411489.
HSL color Cylindrical-coordinate representation of color #A1A4CC: hue angle of 235.81º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1A4CC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 164 | 204 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.2 |
| HSL | 235.81º | 0.3% | 0.72% | - |
| HSV(B) | 235.81º | 0.21% | 0.8% | - |
| XYZ | 38.87 | 38.49 | 62.51 | - |
| YUV | 167.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 204 | 0.21 | 0.20 | 0 | 0.2 | 235.81 | 0.3 | 0.72 |
| Hex | A1 | A4 | CC | 15 | 14 | 0 | 14 | EC | 1E | 48 |
| Octal | 241 | 244 | 314 | 25 | 24 | 0 | 24 | 354 | 36 | 110 |
| Binary | 10100001 | 10100100 | 11001100 | 10101 | 10100 | 0 | 10100 | 11101100 | 11110 | 1001000 |
Color Harmonies of #A1A4CC
Complementary color
Monochromatic Colors of #A1A4CC
Black with #A1A4CC
Text Example
Text Example
White with #A1A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A4CC; }
p { color: rgb(161,164,204); }
H1.HeaderClassName
{
color: #A1A4CC;
}
.AnyTagClassName
{
color: #A1A4CC;
}
</style>
background-color css
<style>
a { background-color: #A1A4CC; }
a { background-color: rgb(161,164,204); }
div.DivClassName
{
background-color: #A1A4CC;
}
.BgClassName
{
background-color: #A1A4CC;
}
</style>
border-color css
<style>
span { border-color: #A1A4CC; }
span { border-color: rgb(161,164,204); }
td.TdClassName
{
border-color: #A1A4CC;
}
.TagClassName
{
border-color: #A1A4CC;
}
</style>