Shades of Wisteria #CAA9DB
Tints of Wisteria #CAA9DB
RGB
CMYK
RGB Variations
Color information
#CAA9DB (or 0xCAA9DB) is known color: Wisteria. HEX triplet: CA, A9 and DB. RGB value is (202,169,219). Sum of RGB (Red+Green+Blue) = 202+169+219=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9DB is #355624. Grayscale: #B8B8B8. Windows color (decimal): -3495461 or 14395850. OLE color: 14395850.
HSL color Cylindrical-coordinate representation of color #CAA9DB: hue angle of 279.6º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAA9DB is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 169 | 219 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.14 |
| HSL | 279.6º | 0.41% | 0.76% | - |
| HSV(B) | 279.6º | 0.23% | 0.86% | - |
| XYZ | 51.33 | 46.05 | 73.2 | - |
| YUV | 184.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 219 | 0.08 | 0.23 | 0 | 0.14 | 279.6 | 0.41 | 0.76 |
| Hex | CA | A9 | DB | 8 | 17 | 0 | E | 118 | 29 | 4C |
| Octal | 312 | 251 | 333 | 10 | 27 | 0 | 16 | 430 | 51 | 114 |
| Binary | 11001010 | 10101001 | 11011011 | 1000 | 10111 | 0 | 1110 | 100011000 | 101001 | 1001100 |
Color Harmonies of #CAA9DB
Complementary color
Monochromatic Colors of #CAA9DB
Black with #CAA9DB
Text Example
Text Example
White with #CAA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9DB; }
p { color: rgb(202,169,219); }
H1.HeaderClassName
{
color: #CAA9DB;
}
.AnyTagClassName
{
color: #CAA9DB;
}
</style>
background-color css
<style>
a { background-color: #CAA9DB; }
a { background-color: rgb(202,169,219); }
div.DivClassName
{
background-color: #CAA9DB;
}
.BgClassName
{
background-color: #CAA9DB;
}
</style>
border-color css
<style>
span { border-color: #CAA9DB; }
span { border-color: rgb(202,169,219); }
td.TdClassName
{
border-color: #CAA9DB;
}
.TagClassName
{
border-color: #CAA9DB;
}
</style>