Shades of Wisteria #CAA2DA
Tints of Wisteria #CAA2DA
RGB
CMYK
RGB Variations
Color information
#CAA2DA (or 0xCAA2DA) is known color: Wisteria. HEX triplet: CA, A2 and DA. RGB value is (202,162,218). Sum of RGB (Red+Green+Blue) = 202+162+218=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAA2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2DA is #355D25. Grayscale: #B4B4B4. Windows color (decimal): -3497254 or 14328522. OLE color: 14328522.
HSL color Cylindrical-coordinate representation of color #CAA2DA: hue angle of 282.86º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAA2DA is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 162 | 218 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.15 |
| HSL | 282.86º | 0.43% | 0.75% | - |
| HSV(B) | 282.86º | 0.26% | 0.85% | - |
| XYZ | 49.93 | 43.46 | 72.09 | - |
| YUV | 180.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 218 | 0.07 | 0.26 | 0 | 0.15 | 282.86 | 0.43 | 0.75 |
| Hex | CA | A2 | DA | 7 | 1A | 0 | F | 11B | 2B | 4B |
| Octal | 312 | 242 | 332 | 7 | 32 | 0 | 17 | 433 | 53 | 113 |
| Binary | 11001010 | 10100010 | 11011010 | 111 | 11010 | 0 | 1111 | 100011011 | 101011 | 1001011 |
Color Harmonies of #CAA2DA
Complementary color
Monochromatic Colors of #CAA2DA
Black with #CAA2DA
Text Example
Text Example
White with #CAA2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2DA; }
p { color: rgb(202,162,218); }
H1.HeaderClassName
{
color: #CAA2DA;
}
.AnyTagClassName
{
color: #CAA2DA;
}
</style>
background-color css
<style>
a { background-color: #CAA2DA; }
a { background-color: rgb(202,162,218); }
div.DivClassName
{
background-color: #CAA2DA;
}
.BgClassName
{
background-color: #CAA2DA;
}
</style>
border-color css
<style>
span { border-color: #CAA2DA; }
span { border-color: rgb(202,162,218); }
td.TdClassName
{
border-color: #CAA2DA;
}
.TagClassName
{
border-color: #CAA2DA;
}
</style>