Shades of Wisteria #CAA4E4
Tints of Wisteria #CAA4E4
RGB
CMYK
RGB Variations
Color information
#CAA4E4 (or 0xCAA4E4) is known color: Wisteria. HEX triplet: CA, A4 and E4. RGB value is (202,164,228). Sum of RGB (Red+Green+Blue) = 202+164+228=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #CAA4E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4E4 is #355B1B. Grayscale: #B6B6B6. Windows color (decimal): -3496732 or 14984394. OLE color: 14984394.
HSL color Cylindrical-coordinate representation of color #CAA4E4: hue angle of 275.62º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA4E4 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 164 | 228 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.11 |
| HSL | 275.63º | 0.54% | 0.77% | - |
| HSV(B) | 275.63º | 0.28% | 0.89% | - |
| XYZ | 51.64 | 44.71 | 79.31 | - |
| YUV | 182.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 228 | 0.11 | 0.28 | 0 | 0.11 | 275.63 | 0.54 | 0.77 |
| Hex | CA | A4 | E4 | B | 1C | 0 | B | 114 | 36 | 4D |
| Octal | 312 | 244 | 344 | 13 | 34 | 0 | 13 | 424 | 66 | 115 |
| Binary | 11001010 | 10100100 | 11100100 | 1011 | 11100 | 0 | 1011 | 100010100 | 110110 | 1001101 |
Color Harmonies of #CAA4E4
Complementary color
Monochromatic Colors of #CAA4E4
Black with #CAA4E4
Text Example
Text Example
White with #CAA4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4E4; }
p { color: rgb(202,164,228); }
H1.HeaderClassName
{
color: #CAA4E4;
}
.AnyTagClassName
{
color: #CAA4E4;
}
</style>
background-color css
<style>
a { background-color: #CAA4E4; }
a { background-color: rgb(202,164,228); }
div.DivClassName
{
background-color: #CAA4E4;
}
.BgClassName
{
background-color: #CAA4E4;
}
</style>
border-color css
<style>
span { border-color: #CAA4E4; }
span { border-color: rgb(202,164,228); }
td.TdClassName
{
border-color: #CAA4E4;
}
.TagClassName
{
border-color: #CAA4E4;
}
</style>