Shades of Wisteria #CAA3E8
Tints of Wisteria #CAA3E8
RGB
CMYK
RGB Variations
Color information
#CAA3E8 (or 0xCAA3E8) is known color: Wisteria. HEX triplet: CA, A3 and E8. RGB value is (202,163,232). Sum of RGB (Red+Green+Blue) = 202+163+232=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 163 (64.06% from 255 or 27.30% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #CAA3E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA3E8 is #355C17. Grayscale: #B6B6B6. Windows color (decimal): -3496984 or 15246282. OLE color: 15246282.
HSL color Cylindrical-coordinate representation of color #CAA3E8: hue angle of 273.91º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAA3E8 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 163 | 232 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.09 |
| HSL | 273.91º | 0.6% | 0.77% | - |
| HSV(B) | 273.91º | 0.3% | 0.91% | - |
| XYZ | 52.02 | 44.58 | 82.21 | - |
| YUV | 182.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 232 | 0.13 | 0.30 | 0 | 0.09 | 273.91 | 0.6 | 0.77 |
| Hex | CA | A3 | E8 | D | 1E | 0 | 9 | 112 | 3C | 4D |
| Octal | 312 | 243 | 350 | 15 | 36 | 0 | 11 | 422 | 74 | 115 |
| Binary | 11001010 | 10100011 | 11101000 | 1101 | 11110 | 0 | 1001 | 100010010 | 111100 | 1001101 |
Color Harmonies of #CAA3E8
Complementary color
Monochromatic Colors of #CAA3E8
Black with #CAA3E8
Text Example
Text Example
White with #CAA3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3E8; }
p { color: rgb(202,163,232); }
H1.HeaderClassName
{
color: #CAA3E8;
}
.AnyTagClassName
{
color: #CAA3E8;
}
</style>
background-color css
<style>
a { background-color: #CAA3E8; }
a { background-color: rgb(202,163,232); }
div.DivClassName
{
background-color: #CAA3E8;
}
.BgClassName
{
background-color: #CAA3E8;
}
</style>
border-color css
<style>
span { border-color: #CAA3E8; }
span { border-color: rgb(202,163,232); }
td.TdClassName
{
border-color: #CAA3E8;
}
.TagClassName
{
border-color: #CAA3E8;
}
</style>