Shades of Wisteria #D49AEA
Tints of Wisteria #D49AEA
RGB
CMYK
RGB Variations
Color information
#D49AEA (or 0xD49AEA) is known color: Wisteria. HEX triplet: D4, 9A and EA. RGB value is (212,154,234). Sum of RGB (Red+Green+Blue) = 212+154+234=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #D49AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AEA is #2B6515. Grayscale: #B4B4B4. Windows color (decimal): -2843926 or 15375060. OLE color: 15375060.
HSL color Cylindrical-coordinate representation of color #D49AEA: hue angle of 283.5º 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 #D49AEA is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 154 | 234 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.08 |
| HSL | 283.5º | 0.66% | 0.76% | - |
| HSV(B) | 283.5º | 0.34% | 0.92% | - |
| XYZ | 53.56 | 43.05 | 83.33 | - |
| YUV | 180.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 234 | 0.09 | 0.34 | 0 | 0.08 | 283.5 | 0.66 | 0.76 |
| Hex | D4 | 9A | EA | 9 | 22 | 0 | 8 | 11C | 42 | 4C |
| Octal | 324 | 232 | 352 | 11 | 42 | 0 | 10 | 434 | 102 | 114 |
| Binary | 11010100 | 10011010 | 11101010 | 1001 | 100010 | 0 | 1000 | 100011100 | 1000010 | 1001100 |
Color Harmonies of #D49AEA
Complementary color
Monochromatic Colors of #D49AEA
Black with #D49AEA
Text Example
Text Example
White with #D49AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49AEA; }
p { color: rgb(212,154,234); }
H1.HeaderClassName
{
color: #D49AEA;
}
.AnyTagClassName
{
color: #D49AEA;
}
</style>
background-color css
<style>
a { background-color: #D49AEA; }
a { background-color: rgb(212,154,234); }
div.DivClassName
{
background-color: #D49AEA;
}
.BgClassName
{
background-color: #D49AEA;
}
</style>
border-color css
<style>
span { border-color: #D49AEA; }
span { border-color: rgb(212,154,234); }
td.TdClassName
{
border-color: #D49AEA;
}
.TagClassName
{
border-color: #D49AEA;
}
</style>