Shades of Wistful #A5A2E5
Tints of Wistful #A5A2E5
RGB
CMYK
RGB Variations
Color information
#A5A2E5 (or 0xA5A2E5) is known color: Wistful. HEX triplet: A5, A2 and E5. RGB value is (165,162,229). Sum of RGB (Red+Green+Blue) = 165+162+229=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #A5A2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A2E5 is #5A5D1A. Grayscale: #AAAAAA. Windows color (decimal): -5922075 or 15049381. OLE color: 15049381.
HSL color Cylindrical-coordinate representation of color #A5A2E5: hue angle of 242.69º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5A2E5 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 162 | 229 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.10 |
| HSL | 242.69º | 0.56% | 0.77% | - |
| HSV(B) | 242.69º | 0.29% | 0.9% | - |
| XYZ | 42.58 | 39.5 | 79.51 | - |
| YUV | 170.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 162 | 229 | 0.28 | 0.29 | 0 | 0.10 | 242.69 | 0.56 | 0.77 |
| Hex | A5 | A2 | E5 | 1C | 1D | 0 | A | F3 | 38 | 4D |
| Octal | 245 | 242 | 345 | 34 | 35 | 0 | 12 | 363 | 70 | 115 |
| Binary | 10100101 | 10100010 | 11100101 | 11100 | 11101 | 0 | 1010 | 11110011 | 111000 | 1001101 |
Color Harmonies of #A5A2E5
Complementary color
Monochromatic Colors of #A5A2E5
Black with #A5A2E5
Text Example
Text Example
White with #A5A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A2E5; }
p { color: rgb(165,162,229); }
H1.HeaderClassName
{
color: #A5A2E5;
}
.AnyTagClassName
{
color: #A5A2E5;
}
</style>
background-color css
<style>
a { background-color: #A5A2E5; }
a { background-color: rgb(165,162,229); }
div.DivClassName
{
background-color: #A5A2E5;
}
.BgClassName
{
background-color: #A5A2E5;
}
</style>
border-color css
<style>
span { border-color: #A5A2E5; }
span { border-color: rgb(165,162,229); }
td.TdClassName
{
border-color: #A5A2E5;
}
.TagClassName
{
border-color: #A5A2E5;
}
</style>