Shades of Wisteria #CA9AF5
Tints of Wisteria #CA9AF5
RGB
CMYK
RGB Variations
Color information
#CA9AF5 (or 0xCA9AF5) is known color: Wisteria. HEX triplet: CA, 9A and F5. RGB value is (202,154,245). Sum of RGB (Red+Green+Blue) = 202+154+245=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA9AF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9AF5 is #35650A. Grayscale: #B2B2B2. Windows color (decimal): -3499275 or 16095946. OLE color: 16095946.
HSL color Cylindrical-coordinate representation of color #CA9AF5: hue angle of 271.65º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9AF5 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 154 | 245 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.04 |
| HSL | 271.65º | 0.82% | 0.78% | - |
| HSV(B) | 271.65º | 0.37% | 0.96% | - |
| XYZ | 52.39 | 42.26 | 91.78 | - |
| YUV | 178.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 245 | 0.18 | 0.37 | 0 | 0.04 | 271.65 | 0.82 | 0.78 |
| Hex | CA | 9A | F5 | 12 | 25 | 0 | 4 | 110 | 52 | 4E |
| Octal | 312 | 232 | 365 | 22 | 45 | 0 | 4 | 420 | 122 | 116 |
| Binary | 11001010 | 10011010 | 11110101 | 10010 | 100101 | 0 | 100 | 100010000 | 1010010 | 1001110 |
Color Harmonies of #CA9AF5
Complementary color
Monochromatic Colors of #CA9AF5
Black with #CA9AF5
Text Example
Text Example
White with #CA9AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9AF5; }
p { color: rgb(202,154,245); }
H1.HeaderClassName
{
color: #CA9AF5;
}
.AnyTagClassName
{
color: #CA9AF5;
}
</style>
background-color css
<style>
a { background-color: #CA9AF5; }
a { background-color: rgb(202,154,245); }
div.DivClassName
{
background-color: #CA9AF5;
}
.BgClassName
{
background-color: #CA9AF5;
}
</style>
border-color css
<style>
span { border-color: #CA9AF5; }
span { border-color: rgb(202,154,245); }
td.TdClassName
{
border-color: #CA9AF5;
}
.TagClassName
{
border-color: #CA9AF5;
}
</style>