Shades of Wisteria #CA8AF2
Tints of Wisteria #CA8AF2
RGB
CMYK
RGB Variations
Color information
#CA8AF2 (or 0xCA8AF2) is known color: Wisteria. HEX triplet: CA, 8A and F2. RGB value is (202,138,242). Sum of RGB (Red+Green+Blue) = 202+138+242=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA8AF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8AF2 is #35750D. Grayscale: #A8A8A8. Windows color (decimal): -3503374 or 15895242. OLE color: 15895242.
HSL color Cylindrical-coordinate representation of color #CA8AF2: hue angle of 276.92º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA8AF2 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 138 | 242 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.05 |
| HSL | 276.92º | 0.8% | 0.75% | - |
| HSV(B) | 276.92º | 0.43% | 0.95% | - |
| XYZ | 49.47 | 37.14 | 88.57 | - |
| YUV | 168.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 242 | 0.17 | 0.43 | 0 | 0.05 | 276.92 | 0.8 | 0.75 |
| Hex | CA | 8A | F2 | 11 | 2B | 0 | 5 | 115 | 50 | 4B |
| Octal | 312 | 212 | 362 | 21 | 53 | 0 | 5 | 425 | 120 | 113 |
| Binary | 11001010 | 10001010 | 11110010 | 10001 | 101011 | 0 | 101 | 100010101 | 1010000 | 1001011 |
Color Harmonies of #CA8AF2
Complementary color
Monochromatic Colors of #CA8AF2
Black with #CA8AF2
Text Example
Text Example
White with #CA8AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8AF2; }
p { color: rgb(202,138,242); }
H1.HeaderClassName
{
color: #CA8AF2;
}
.AnyTagClassName
{
color: #CA8AF2;
}
</style>
background-color css
<style>
a { background-color: #CA8AF2; }
a { background-color: rgb(202,138,242); }
div.DivClassName
{
background-color: #CA8AF2;
}
.BgClassName
{
background-color: #CA8AF2;
}
</style>
border-color css
<style>
span { border-color: #CA8AF2; }
span { border-color: rgb(202,138,242); }
td.TdClassName
{
border-color: #CA8AF2;
}
.TagClassName
{
border-color: #CA8AF2;
}
</style>