#D19AEA

Color #D19AEA Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D19AEA

Tints of Wisteria #D19AEA

Color information

#D19AEA (or 0xD19AEA) is unknown color: approx Wisteria. HEX triplet: D1, 9A and EA. RGB value is (209,154,234). Sum of RGB (Red+Green+Blue) = 209+154+234=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #D19AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19AEA is #2E6515. Grayscale: #B3B3B3. Windows color (decimal): -3040534 or 15375057. OLE color: 15375057.

HSL color Cylindrical-coordinate representation of color #D19AEA: hue angle of 281.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 #D19AEA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209154234-
CMYK0.110.3400.08
HSL281.25º65.57%76.08%-
HSV(B)281.25º34.19%91.76%-
XYZ52.742.6183.29-
YUV179.56158.72149-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 35.01%
GREEN value IS 154 (60.55% from 255) = 25.80%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=35.01%
G=25.80%
B=39.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091542340.110.3400.08281.2565.5776.08
HexD19AEAB2208119424c
Octal3212323521342010431102114
Binary11010001100110101110101010111000100100010001100110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19AEA; }

 p { color: rgb(209,154,234); }

 H1.HeaderClassName
 {
   color: #D19AEA;
 }
 .AnyTagClassName
 {
   color: #D19AEA;
 }
</style>
background-color css

<style>
 a { background-color: #D19AEA; }

 a { background-color: rgb(209,154,234); }

 div.DivClassName
 {
   background-color: #D19AEA;
 }
 .BgClassName
 {
   background-color: #D19AEA;
 }
</style>
border-color css

<style>
 span { border-color: #D19AEA; }

 span { border-color: rgb(209,154,234); }

 td.TdClassName
 {
   border-color: #D19AEA;
 }
 .TagClassName
 {
   border-color: #D19AEA;
 }
</style>