Shades of Wisteria #CA8AF1
Tints of Wisteria #CA8AF1
RGB
CMYK
RGB Variations
Color information
#CA8AF1 (or 0xCA8AF1) is known color: Wisteria. HEX triplet: CA, 8A and F1. RGB value is (202,138,241). Sum of RGB (Red+Green+Blue) = 202+138+241=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8AF1 is #35750E. Grayscale: #A8A8A8. Windows color (decimal): -3503375 or 15829706. OLE color: 15829706.
HSL color Cylindrical-coordinate representation of color #CA8AF1: hue angle of 277.28º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA8AF1 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 138 | 241 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.05 |
| HSL | 277.28º | 0.79% | 0.74% | - |
| HSV(B) | 277.28º | 0.43% | 0.95% | - |
| XYZ | 49.32 | 37.08 | 87.78 | - |
| YUV | 168.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 241 | 0.16 | 0.43 | 0 | 0.05 | 277.28 | 0.79 | 0.74 |
| Hex | CA | 8A | F1 | 10 | 2B | 0 | 5 | 115 | 4F | 4A |
| Octal | 312 | 212 | 361 | 20 | 53 | 0 | 5 | 425 | 117 | 112 |
| Binary | 11001010 | 10001010 | 11110001 | 10000 | 101011 | 0 | 101 | 100010101 | 1001111 | 1001010 |
Color Harmonies of #CA8AF1
Complementary color
Monochromatic Colors of #CA8AF1
Black with #CA8AF1
Text Example
Text Example
White with #CA8AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8AF1; }
p { color: rgb(202,138,241); }
H1.HeaderClassName
{
color: #CA8AF1;
}
.AnyTagClassName
{
color: #CA8AF1;
}
</style>
background-color css
<style>
a { background-color: #CA8AF1; }
a { background-color: rgb(202,138,241); }
div.DivClassName
{
background-color: #CA8AF1;
}
.BgClassName
{
background-color: #CA8AF1;
}
</style>
border-color css
<style>
span { border-color: #CA8AF1; }
span { border-color: rgb(202,138,241); }
td.TdClassName
{
border-color: #CA8AF1;
}
.TagClassName
{
border-color: #CA8AF1;
}
</style>