Shades of Wisteria #CAA2E1
Tints of Wisteria #CAA2E1
RGB
CMYK
RGB Variations
Color information
#CAA2E1 (or 0xCAA2E1) is known color: Wisteria. HEX triplet: CA, A2 and E1. RGB value is (202,162,225). Sum of RGB (Red+Green+Blue) = 202+162+225=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAA2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2E1 is #355D1E. Grayscale: #B4B4B4. Windows color (decimal): -3497247 or 14787274. OLE color: 14787274.
HSL color Cylindrical-coordinate representation of color #CAA2E1: hue angle of 278.1º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA2E1 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 162 | 225 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.12 |
| HSL | 278.1º | 0.51% | 0.76% | - |
| HSV(B) | 278.1º | 0.28% | 0.88% | - |
| XYZ | 50.87 | 43.83 | 77.01 | - |
| YUV | 181.14 | 152.75 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 225 | 0.10 | 0.28 | 0 | 0.12 | 278.1 | 0.51 | 0.76 |
| Hex | CA | A2 | E1 | A | 1C | 0 | C | 116 | 33 | 4C |
| Octal | 312 | 242 | 341 | 12 | 34 | 0 | 14 | 426 | 63 | 114 |
| Binary | 11001010 | 10100010 | 11100001 | 1010 | 11100 | 0 | 1100 | 100010110 | 110011 | 1001100 |
Color Harmonies of #CAA2E1
Complementary color
Monochromatic Colors of #CAA2E1
Black with #CAA2E1
Text Example
Text Example
White with #CAA2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2E1; }
p { color: rgb(202,162,225); }
H1.HeaderClassName
{
color: #CAA2E1;
}
.AnyTagClassName
{
color: #CAA2E1;
}
</style>
background-color css
<style>
a { background-color: #CAA2E1; }
a { background-color: rgb(202,162,225); }
div.DivClassName
{
background-color: #CAA2E1;
}
.BgClassName
{
background-color: #CAA2E1;
}
</style>
border-color css
<style>
span { border-color: #CAA2E1; }
span { border-color: rgb(202,162,225); }
td.TdClassName
{
border-color: #CAA2E1;
}
.TagClassName
{
border-color: #CAA2E1;
}
</style>