Shades of Wisteria #CA9AE1
Tints of Wisteria #CA9AE1
RGB
CMYK
RGB Variations
Color information
#CA9AE1 (or 0xCA9AE1) is known color: Wisteria. HEX triplet: CA, 9A and E1. RGB value is (202,154,225). Sum of RGB (Red+Green+Blue) = 202+154+225=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA9AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9AE1 is #35651E. Grayscale: #B0B0B0. Windows color (decimal): -3499295 or 14785226. OLE color: 14785226.
HSL color Cylindrical-coordinate representation of color #CA9AE1: hue angle of 280.56º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9AE1 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 154 | 225 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.12 |
| HSL | 280.56º | 0.54% | 0.74% | - |
| HSV(B) | 280.56º | 0.32% | 0.88% | - |
| XYZ | 49.5 | 41.1 | 76.56 | - |
| YUV | 176.45 | 155.4 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 225 | 0.10 | 0.32 | 0 | 0.12 | 280.56 | 0.54 | 0.74 |
| Hex | CA | 9A | E1 | A | 20 | 0 | C | 119 | 36 | 4A |
| Octal | 312 | 232 | 341 | 12 | 40 | 0 | 14 | 431 | 66 | 112 |
| Binary | 11001010 | 10011010 | 11100001 | 1010 | 100000 | 0 | 1100 | 100011001 | 110110 | 1001010 |
Color Harmonies of #CA9AE1
Complementary color
Monochromatic Colors of #CA9AE1
Black with #CA9AE1
Text Example
Text Example
White with #CA9AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9AE1; }
p { color: rgb(202,154,225); }
H1.HeaderClassName
{
color: #CA9AE1;
}
.AnyTagClassName
{
color: #CA9AE1;
}
</style>
background-color css
<style>
a { background-color: #CA9AE1; }
a { background-color: rgb(202,154,225); }
div.DivClassName
{
background-color: #CA9AE1;
}
.BgClassName
{
background-color: #CA9AE1;
}
</style>
border-color css
<style>
span { border-color: #CA9AE1; }
span { border-color: rgb(202,154,225); }
td.TdClassName
{
border-color: #CA9AE1;
}
.TagClassName
{
border-color: #CA9AE1;
}
</style>