Shades of Wisteria #CAA6E5
Tints of Wisteria #CAA6E5
RGB
CMYK
RGB Variations
Color information
#CAA6E5 (or 0xCAA6E5) is known color: Wisteria. HEX triplet: CA, A6 and E5. RGB value is (202,166,229). Sum of RGB (Red+Green+Blue) = 202+166+229=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAA6E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6E5 is #35591A. Grayscale: #B7B7B7. Windows color (decimal): -3496219 or 15050442. OLE color: 15050442.
HSL color Cylindrical-coordinate representation of color #CAA6E5: hue angle of 274.29º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA6E5 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 166 | 229 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.10 |
| HSL | 274.29º | 0.55% | 0.77% | - |
| HSV(B) | 274.29º | 0.28% | 0.9% | - |
| XYZ | 52.14 | 45.49 | 80.16 | - |
| YUV | 183.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 229 | 0.12 | 0.28 | 0 | 0.10 | 274.29 | 0.55 | 0.77 |
| Hex | CA | A6 | E5 | C | 1C | 0 | A | 112 | 37 | 4D |
| Octal | 312 | 246 | 345 | 14 | 34 | 0 | 12 | 422 | 67 | 115 |
| Binary | 11001010 | 10100110 | 11100101 | 1100 | 11100 | 0 | 1010 | 100010010 | 110111 | 1001101 |
Color Harmonies of #CAA6E5
Complementary color
Monochromatic Colors of #CAA6E5
Black with #CAA6E5
Text Example
Text Example
White with #CAA6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6E5; }
p { color: rgb(202,166,229); }
H1.HeaderClassName
{
color: #CAA6E5;
}
.AnyTagClassName
{
color: #CAA6E5;
}
</style>
background-color css
<style>
a { background-color: #CAA6E5; }
a { background-color: rgb(202,166,229); }
div.DivClassName
{
background-color: #CAA6E5;
}
.BgClassName
{
background-color: #CAA6E5;
}
</style>
border-color css
<style>
span { border-color: #CAA6E5; }
span { border-color: rgb(202,166,229); }
td.TdClassName
{
border-color: #CAA6E5;
}
.TagClassName
{
border-color: #CAA6E5;
}
</style>