Shades of Wisteria #CA8AF0
Tints of Wisteria #CA8AF0
RGB
CMYK
RGB Variations
Color information
#CA8AF0 (or 0xCA8AF0) is known color: Wisteria. HEX triplet: CA, 8A and F0. RGB value is (202,138,240). Sum of RGB (Red+Green+Blue) = 202+138+240=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA8AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8AF0 is #35750F. Grayscale: #A8A8A8. Windows color (decimal): -3503376 or 15764170. OLE color: 15764170.
HSL color Cylindrical-coordinate representation of color #CA8AF0: hue angle of 277.65º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA8AF0 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 138 | 240 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.06 |
| HSL | 277.65º | 0.77% | 0.74% | - |
| HSV(B) | 277.65º | 0.43% | 0.94% | - |
| XYZ | 49.17 | 37.02 | 86.99 | - |
| YUV | 168.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 240 | 0.16 | 0.42 | 0 | 0.06 | 277.65 | 0.77 | 0.74 |
| Hex | CA | 8A | F0 | 10 | 2A | 0 | 6 | 116 | 4D | 4A |
| Octal | 312 | 212 | 360 | 20 | 52 | 0 | 6 | 426 | 115 | 112 |
| Binary | 11001010 | 10001010 | 11110000 | 10000 | 101010 | 0 | 110 | 100010110 | 1001101 | 1001010 |
Color Harmonies of #CA8AF0
Complementary color
Monochromatic Colors of #CA8AF0
Black with #CA8AF0
Text Example
Text Example
White with #CA8AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8AF0; }
p { color: rgb(202,138,240); }
H1.HeaderClassName
{
color: #CA8AF0;
}
.AnyTagClassName
{
color: #CA8AF0;
}
</style>
background-color css
<style>
a { background-color: #CA8AF0; }
a { background-color: rgb(202,138,240); }
div.DivClassName
{
background-color: #CA8AF0;
}
.BgClassName
{
background-color: #CA8AF0;
}
</style>
border-color css
<style>
span { border-color: #CA8AF0; }
span { border-color: rgb(202,138,240); }
td.TdClassName
{
border-color: #CA8AF0;
}
.TagClassName
{
border-color: #CA8AF0;
}
</style>