Shades of Wisteria #CAA1ED
Tints of Wisteria #CAA1ED
RGB
CMYK
RGB Variations
Color information
#CAA1ED (or 0xCAA1ED) is known color: Wisteria. HEX triplet: CA, A1 and ED. RGB value is (202,161,237). Sum of RGB (Red+Green+Blue) = 202+161+237=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAA1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA1ED is #355E12. Grayscale: #B5B5B5. Windows color (decimal): -3497491 or 15573450. OLE color: 15573450.
HSL color Cylindrical-coordinate representation of color #CAA1ED: hue angle of 272.37º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAA1ED is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 161 | 237 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.07 |
| HSL | 272.37º | 0.68% | 0.78% | - |
| HSV(B) | 272.37º | 0.32% | 0.93% | - |
| XYZ | 52.39 | 44.16 | 85.88 | - |
| YUV | 181.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 237 | 0.15 | 0.32 | 0 | 0.07 | 272.37 | 0.68 | 0.78 |
| Hex | CA | A1 | ED | F | 20 | 0 | 7 | 110 | 44 | 4E |
| Octal | 312 | 241 | 355 | 17 | 40 | 0 | 7 | 420 | 104 | 116 |
| Binary | 11001010 | 10100001 | 11101101 | 1111 | 100000 | 0 | 111 | 100010000 | 1000100 | 1001110 |
Color Harmonies of #CAA1ED
Complementary color
Monochromatic Colors of #CAA1ED
Black with #CAA1ED
Text Example
Text Example
White with #CAA1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1ED; }
p { color: rgb(202,161,237); }
H1.HeaderClassName
{
color: #CAA1ED;
}
.AnyTagClassName
{
color: #CAA1ED;
}
</style>
background-color css
<style>
a { background-color: #CAA1ED; }
a { background-color: rgb(202,161,237); }
div.DivClassName
{
background-color: #CAA1ED;
}
.BgClassName
{
background-color: #CAA1ED;
}
</style>
border-color css
<style>
span { border-color: #CAA1ED; }
span { border-color: rgb(202,161,237); }
td.TdClassName
{
border-color: #CAA1ED;
}
.TagClassName
{
border-color: #CAA1ED;
}
</style>