Shades of Wisteria #CAA3E9
Tints of Wisteria #CAA3E9
RGB
CMYK
RGB Variations
Color information
#CAA3E9 (or 0xCAA3E9) is known color: Wisteria. HEX triplet: CA, A3 and E9. RGB value is (202,163,233). Sum of RGB (Red+Green+Blue) = 202+163+233=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAA3E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA3E9 is #355C16. Grayscale: #B6B6B6. Windows color (decimal): -3496983 or 15311818. OLE color: 15311818.
HSL color Cylindrical-coordinate representation of color #CAA3E9: hue angle of 273.43º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAA3E9 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 163 | 233 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.09 |
| HSL | 273.43º | 0.61% | 0.78% | - |
| HSV(B) | 273.43º | 0.3% | 0.91% | - |
| XYZ | 52.16 | 44.63 | 82.96 | - |
| YUV | 182.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 233 | 0.13 | 0.30 | 0 | 0.09 | 273.43 | 0.61 | 0.78 |
| Hex | CA | A3 | E9 | D | 1E | 0 | 9 | 111 | 3D | 4E |
| Octal | 312 | 243 | 351 | 15 | 36 | 0 | 11 | 421 | 75 | 116 |
| Binary | 11001010 | 10100011 | 11101001 | 1101 | 11110 | 0 | 1001 | 100010001 | 111101 | 1001110 |
Color Harmonies of #CAA3E9
Complementary color
Monochromatic Colors of #CAA3E9
Black with #CAA3E9
Text Example
Text Example
White with #CAA3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3E9; }
p { color: rgb(202,163,233); }
H1.HeaderClassName
{
color: #CAA3E9;
}
.AnyTagClassName
{
color: #CAA3E9;
}
</style>
background-color css
<style>
a { background-color: #CAA3E9; }
a { background-color: rgb(202,163,233); }
div.DivClassName
{
background-color: #CAA3E9;
}
.BgClassName
{
background-color: #CAA3E9;
}
</style>
border-color css
<style>
span { border-color: #CAA3E9; }
span { border-color: rgb(202,163,233); }
td.TdClassName
{
border-color: #CAA3E9;
}
.TagClassName
{
border-color: #CAA3E9;
}
</style>