Shades of Wisteria #CAA0EF
Tints of Wisteria #CAA0EF
RGB
CMYK
RGB Variations
Color information
#CAA0EF (or 0xCAA0EF) is known color: Wisteria. HEX triplet: CA, A0 and EF. RGB value is (202,160,239). Sum of RGB (Red+Green+Blue) = 202+160+239=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAA0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0EF is #355F10. Grayscale: #B5B5B5. Windows color (decimal): -3497745 or 15704266. OLE color: 15704266.
HSL color Cylindrical-coordinate representation of color #CAA0EF: hue angle of 271.9º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAA0EF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 160 | 239 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.06 |
| HSL | 271.9º | 0.71% | 0.78% | - |
| HSV(B) | 271.9º | 0.33% | 0.94% | - |
| XYZ | 52.51 | 43.93 | 87.37 | - |
| YUV | 181.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 239 | 0.15 | 0.33 | 0 | 0.06 | 271.9 | 0.71 | 0.78 |
| Hex | CA | A0 | EF | F | 21 | 0 | 6 | 110 | 47 | 4E |
| Octal | 312 | 240 | 357 | 17 | 41 | 0 | 6 | 420 | 107 | 116 |
| Binary | 11001010 | 10100000 | 11101111 | 1111 | 100001 | 0 | 110 | 100010000 | 1000111 | 1001110 |
Color Harmonies of #CAA0EF
Complementary color
Monochromatic Colors of #CAA0EF
Black with #CAA0EF
Text Example
Text Example
White with #CAA0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0EF; }
p { color: rgb(202,160,239); }
H1.HeaderClassName
{
color: #CAA0EF;
}
.AnyTagClassName
{
color: #CAA0EF;
}
</style>
background-color css
<style>
a { background-color: #CAA0EF; }
a { background-color: rgb(202,160,239); }
div.DivClassName
{
background-color: #CAA0EF;
}
.BgClassName
{
background-color: #CAA0EF;
}
</style>
border-color css
<style>
span { border-color: #CAA0EF; }
span { border-color: rgb(202,160,239); }
td.TdClassName
{
border-color: #CAA0EF;
}
.TagClassName
{
border-color: #CAA0EF;
}
</style>