Shades of Wisteria #C59AEA
Tints of Wisteria #C59AEA
RGB
CMYK
RGB Variations
Color information
#C59AEA (or 0xC59AEA) is known color: Wisteria. HEX triplet: C5, 9A and EA. RGB value is (197,154,234). Sum of RGB (Red+Green+Blue) = 197+154+234=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #C59AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59AEA is #3A6515. Grayscale: #AFAFAF. Windows color (decimal): -3826966 or 15375045. OLE color: 15375045.
HSL color Cylindrical-coordinate representation of color #C59AEA: hue angle of 272.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C59AEA is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 154 | 234 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.08 |
| HSL | 272.25º | 0.66% | 0.76% | - |
| HSV(B) | 272.25º | 0.34% | 0.92% | - |
| XYZ | 49.43 | 40.92 | 83.14 | - |
| YUV | 175.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 234 | 0.16 | 0.34 | 0 | 0.08 | 272.25 | 0.66 | 0.76 |
| Hex | C5 | 9A | EA | 10 | 22 | 0 | 8 | 110 | 42 | 4C |
| Octal | 305 | 232 | 352 | 20 | 42 | 0 | 10 | 420 | 102 | 114 |
| Binary | 11000101 | 10011010 | 11101010 | 10000 | 100010 | 0 | 1000 | 100010000 | 1000010 | 1001100 |
Color Harmonies of #C59AEA
Complementary color
Monochromatic Colors of #C59AEA
Black with #C59AEA
Text Example
Text Example
White with #C59AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59AEA; }
p { color: rgb(197,154,234); }
H1.HeaderClassName
{
color: #C59AEA;
}
.AnyTagClassName
{
color: #C59AEA;
}
</style>
background-color css
<style>
a { background-color: #C59AEA; }
a { background-color: rgb(197,154,234); }
div.DivClassName
{
background-color: #C59AEA;
}
.BgClassName
{
background-color: #C59AEA;
}
</style>
border-color css
<style>
span { border-color: #C59AEA; }
span { border-color: rgb(197,154,234); }
td.TdClassName
{
border-color: #C59AEA;
}
.TagClassName
{
border-color: #C59AEA;
}
</style>