Shades of Wistful #A2A2E5
Tints of Wistful #A2A2E5
RGB
CMYK
RGB Variations
Color information
#A2A2E5 (or 0xA2A2E5) is known color: Wistful. HEX triplet: A2, A2 and E5. RGB value is (162,162,229). Sum of RGB (Red+Green+Blue) = 162+162+229=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #A2A2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A2E5 is #5D5D1A. Grayscale: #A9A9A9. Windows color (decimal): -6118683 or 15049378. OLE color: 15049378.
HSL color Cylindrical-coordinate representation of color #A2A2E5: hue angle of 240º 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 #A2A2E5 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 162 | 162 | 229 | - |
CMYK | 0.29 | 0.29 | 0 | 0.10 |
HSL | 240º | 0.56% | 0.77% | - |
HSV(B) | 240º | 0.29% | 0.9% | - |
XYZ | 41.96 | 39.18 | 79.48 | - |
YUV | 169.64 | 161.5 | 122.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 162 | 229 | 0.29 | 0.29 | 0 | 0.10 | 240 | 0.56 | 0.77 |
Hex | A2 | A2 | E5 | 1D | 1D | 0 | A | F0 | 38 | 4D |
Octal | 242 | 242 | 345 | 35 | 35 | 0 | 12 | 360 | 70 | 115 |
Binary | 10100010 | 10100010 | 11100101 | 11101 | 11101 | 0 | 1010 | 11110000 | 111000 | 1001101 |
Color Harmonies of #A2A2E5
Complementary color
Monochromatic Colors of #A2A2E5
Black with #A2A2E5
Text Example
Text Example
White with #A2A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A2E5; }
p { color: rgb(162,162,229); }
H1.HeaderClassName
{
color: #A2A2E5;
}
.AnyTagClassName
{
color: #A2A2E5;
}
</style>
background-color css
<style>
a { background-color: #A2A2E5; }
a { background-color: rgb(162,162,229); }
div.DivClassName
{
background-color: #A2A2E5;
}
.BgClassName
{
background-color: #A2A2E5;
}
</style>
border-color css
<style>
span { border-color: #A2A2E5; }
span { border-color: rgb(162,162,229); }
td.TdClassName
{
border-color: #A2A2E5;
}
.TagClassName
{
border-color: #A2A2E5;
}
</style>