Shades of Wisteria #D5ABEA
Tints of Wisteria #D5ABEA
RGB
CMYK
RGB Variations
Color information
#D5ABEA (or 0xD5ABEA) is known color: Wisteria. HEX triplet: D5, AB and EA. RGB value is (213,171,234). Sum of RGB (Red+Green+Blue) = 213+171+234=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABEA is #2A5415. Grayscale: #BEBEBE. Windows color (decimal): -2774038 or 15379413. OLE color: 15379413.
HSL color Cylindrical-coordinate representation of color #D5ABEA: hue angle of 280º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5ABEA is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 171 | 234 | - |
CMYK | 0.09 | 0.27 | 0 | 0.08 |
HSL | 280º | 0.6% | 0.79% | - |
HSV(B) | 280º | 0.27% | 0.92% | - |
XYZ | 56.85 | 49.21 | 84.34 | - |
YUV | 190.74 | 152.41 | 143.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 171 | 234 | 0.09 | 0.27 | 0 | 0.08 | 280 | 0.6 | 0.79 |
Hex | D5 | AB | EA | 9 | 1B | 0 | 8 | 118 | 3C | 4F |
Octal | 325 | 253 | 352 | 11 | 33 | 0 | 10 | 430 | 74 | 117 |
Binary | 11010101 | 10101011 | 11101010 | 1001 | 11011 | 0 | 1000 | 100011000 | 111100 | 1001111 |
Color Harmonies of #D5ABEA
Complementary color
Monochromatic Colors of #D5ABEA
Black with #D5ABEA
Text Example
Text Example
White with #D5ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABEA; }
p { color: rgb(213,171,234); }
H1.HeaderClassName
{
color: #D5ABEA;
}
.AnyTagClassName
{
color: #D5ABEA;
}
</style>
background-color css
<style>
a { background-color: #D5ABEA; }
a { background-color: rgb(213,171,234); }
div.DivClassName
{
background-color: #D5ABEA;
}
.BgClassName
{
background-color: #D5ABEA;
}
</style>
border-color css
<style>
span { border-color: #D5ABEA; }
span { border-color: rgb(213,171,234); }
td.TdClassName
{
border-color: #D5ABEA;
}
.TagClassName
{
border-color: #D5ABEA;
}
</style>