Shades of Wisteria #CAA2E5
Tints of Wisteria #CAA2E5
RGB
CMYK
RGB Variations
Color information
#CAA2E5 (or 0xCAA2E5) is known color: Wisteria. HEX triplet: CA, A2 and E5. RGB value is (202,162,229). Sum of RGB (Red+Green+Blue) = 202+162+229=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 162 (63.67% from 255 or 27.32% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAA2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2E5 is #355D1A. Grayscale: #B5B5B5. Windows color (decimal): -3497243 or 15049418. OLE color: 15049418.
HSL color Cylindrical-coordinate representation of color #CAA2E5: hue angle of 275.82º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAA2E5 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 162 | 229 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.10 |
| HSL | 275.82º | 0.56% | 0.77% | - |
| HSV(B) | 275.82º | 0.29% | 0.9% | - |
| XYZ | 51.42 | 44.05 | 79.92 | - |
| YUV | 181.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 229 | 0.12 | 0.29 | 0 | 0.10 | 275.82 | 0.56 | 0.77 |
| Hex | CA | A2 | E5 | C | 1D | 0 | A | 114 | 38 | 4D |
| Octal | 312 | 242 | 345 | 14 | 35 | 0 | 12 | 424 | 70 | 115 |
| Binary | 11001010 | 10100010 | 11100101 | 1100 | 11101 | 0 | 1010 | 100010100 | 111000 | 1001101 |
Color Harmonies of #CAA2E5
Complementary color
Monochromatic Colors of #CAA2E5
Black with #CAA2E5
Text Example
Text Example
White with #CAA2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2E5; }
p { color: rgb(202,162,229); }
H1.HeaderClassName
{
color: #CAA2E5;
}
.AnyTagClassName
{
color: #CAA2E5;
}
</style>
background-color css
<style>
a { background-color: #CAA2E5; }
a { background-color: rgb(202,162,229); }
div.DivClassName
{
background-color: #CAA2E5;
}
.BgClassName
{
background-color: #CAA2E5;
}
</style>
border-color css
<style>
span { border-color: #CAA2E5; }
span { border-color: rgb(202,162,229); }
td.TdClassName
{
border-color: #CAA2E5;
}
.TagClassName
{
border-color: #CAA2E5;
}
</style>