Shades of Wisteria #CAA4E8
Tints of Wisteria #CAA4E8
RGB
CMYK
RGB Variations
Color information
#CAA4E8 (or 0xCAA4E8) is known color: Wisteria. HEX triplet: CA, A4 and E8. RGB value is (202,164,232). Sum of RGB (Red+Green+Blue) = 202+164+232=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #CAA4E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA4E8 is #355B17. Grayscale: #B6B6B6. Windows color (decimal): -3496728 or 15246538. OLE color: 15246538.
HSL color Cylindrical-coordinate representation of color #CAA4E8: hue angle of 273.53º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAA4E8 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 164 | 232 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.09 |
| HSL | 273.53º | 0.6% | 0.78% | - |
| HSV(B) | 273.53º | 0.29% | 0.91% | - |
| XYZ | 52.2 | 44.93 | 82.27 | - |
| YUV | 183.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 232 | 0.13 | 0.29 | 0 | 0.09 | 273.53 | 0.6 | 0.78 |
| Hex | CA | A4 | E8 | D | 1D | 0 | 9 | 112 | 3C | 4E |
| Octal | 312 | 244 | 350 | 15 | 35 | 0 | 11 | 422 | 74 | 116 |
| Binary | 11001010 | 10100100 | 11101000 | 1101 | 11101 | 0 | 1001 | 100010010 | 111100 | 1001110 |
Color Harmonies of #CAA4E8
Complementary color
Monochromatic Colors of #CAA4E8
Black with #CAA4E8
Text Example
Text Example
White with #CAA4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4E8; }
p { color: rgb(202,164,232); }
H1.HeaderClassName
{
color: #CAA4E8;
}
.AnyTagClassName
{
color: #CAA4E8;
}
</style>
background-color css
<style>
a { background-color: #CAA4E8; }
a { background-color: rgb(202,164,232); }
div.DivClassName
{
background-color: #CAA4E8;
}
.BgClassName
{
background-color: #CAA4E8;
}
</style>
border-color css
<style>
span { border-color: #CAA4E8; }
span { border-color: rgb(202,164,232); }
td.TdClassName
{
border-color: #CAA4E8;
}
.TagClassName
{
border-color: #CAA4E8;
}
</style>