Shades of Wistful #A2A3CC
Tints of Wistful #A2A3CC
RGB
CMYK
RGB Variations
Color information
#A2A3CC (or 0xA2A3CC) is known color: Wistful. HEX triplet: A2, A3 and CC. RGB value is (162,163,204). Sum of RGB (Red+Green+Blue) = 162+163+204=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 163 (64.06% from 255 or 30.81% 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 #A2A3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A3CC is #5D5C33. Grayscale: #A7A7A7. Windows color (decimal): -6118452 or 13411234. OLE color: 13411234.
HSL color Cylindrical-coordinate representation of color #A2A3CC: hue angle of 238.57º degrees, saturation: 0.29, 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 #A2A3CC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 163 | 204 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.2 |
| HSL | 238.57º | 0.29% | 0.72% | - |
| HSV(B) | 238.57º | 0.21% | 0.8% | - |
| XYZ | 38.9 | 38.24 | 62.46 | - |
| YUV | 167.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 204 | 0.21 | 0.20 | 0 | 0.2 | 238.57 | 0.29 | 0.72 |
| Hex | A2 | A3 | CC | 15 | 14 | 0 | 14 | EF | 1D | 48 |
| Octal | 242 | 243 | 314 | 25 | 24 | 0 | 24 | 357 | 35 | 110 |
| Binary | 10100010 | 10100011 | 11001100 | 10101 | 10100 | 0 | 10100 | 11101111 | 11101 | 1001000 |
Color Harmonies of #A2A3CC
Complementary color
Monochromatic Colors of #A2A3CC
Black with #A2A3CC
Text Example
Text Example
White with #A2A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A3CC; }
p { color: rgb(162,163,204); }
H1.HeaderClassName
{
color: #A2A3CC;
}
.AnyTagClassName
{
color: #A2A3CC;
}
</style>
background-color css
<style>
a { background-color: #A2A3CC; }
a { background-color: rgb(162,163,204); }
div.DivClassName
{
background-color: #A2A3CC;
}
.BgClassName
{
background-color: #A2A3CC;
}
</style>
border-color css
<style>
span { border-color: #A2A3CC; }
span { border-color: rgb(162,163,204); }
td.TdClassName
{
border-color: #A2A3CC;
}
.TagClassName
{
border-color: #A2A3CC;
}
</style>