Shades of Wisteria #D4A8E8
Tints of Wisteria #D4A8E8
RGB
CMYK
RGB Variations
Color information
#D4A8E8 (or 0xD4A8E8) is known color: Wisteria. HEX triplet: D4, A8 and E8. RGB value is (212,168,232). Sum of RGB (Red+Green+Blue) = 212+168+232=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #D4A8E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8E8 is #2B5717. Grayscale: #BCBCBC. Windows color (decimal): -2840344 or 15247572. OLE color: 15247572.
HSL color Cylindrical-coordinate representation of color #D4A8E8: hue angle of 281.25º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4A8E8 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 168 | 232 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.09 |
| HSL | 281.25º | 0.58% | 0.78% | - |
| HSV(B) | 281.25º | 0.28% | 0.91% | - |
| XYZ | 55.72 | 47.83 | 82.64 | - |
| YUV | 188.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 232 | 0.09 | 0.28 | 0 | 0.09 | 281.25 | 0.58 | 0.78 |
| Hex | D4 | A8 | E8 | 9 | 1C | 0 | 9 | 119 | 3A | 4E |
| Octal | 324 | 250 | 350 | 11 | 34 | 0 | 11 | 431 | 72 | 116 |
| Binary | 11010100 | 10101000 | 11101000 | 1001 | 11100 | 0 | 1001 | 100011001 | 111010 | 1001110 |
Color Harmonies of #D4A8E8
Complementary color
Monochromatic Colors of #D4A8E8
Black with #D4A8E8
Text Example
Text Example
White with #D4A8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8E8; }
p { color: rgb(212,168,232); }
H1.HeaderClassName
{
color: #D4A8E8;
}
.AnyTagClassName
{
color: #D4A8E8;
}
</style>
background-color css
<style>
a { background-color: #D4A8E8; }
a { background-color: rgb(212,168,232); }
div.DivClassName
{
background-color: #D4A8E8;
}
.BgClassName
{
background-color: #D4A8E8;
}
</style>
border-color css
<style>
span { border-color: #D4A8E8; }
span { border-color: rgb(212,168,232); }
td.TdClassName
{
border-color: #D4A8E8;
}
.TagClassName
{
border-color: #D4A8E8;
}
</style>