#D49AF1

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

Shades of Wisteria #D49AF1

Tints of Wisteria #D49AF1

Color information

#D49AF1 (or 0xD49AF1) is unknown color: approx Wisteria. HEX triplet: D4, 9A and F1. RGB value is (212,154,241). Sum of RGB (Red+Green+Blue) = 212+154+241=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #D49AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AF1 is #2B650E. Grayscale: #B4B4B4. Windows color (decimal): -2843919 or 15833812. OLE color: 15833812.

HSL color Cylindrical-coordinate representation of color #D49AF1: hue angle of 280º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D49AF1 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212154241-
CMYK0.120.3600.05
HSL280º75.65%77.45%-
HSV(B)280º36.1%94.51%-
XYZ54.5843.4688.73-
YUV181.26161.72149.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.93%
GREEN value IS 154 (60.55% from 255) = 25.37%
BLUE value IS 241 (94.53% from 255) = 39.70%
R=34.93%
G=25.37%
B=39.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121542410.120.3600.0528075.6577.45
HexD49AF1C24051184c4d
Octal324232361144405430114115
Binary1101010010011010111100011100100100010110001100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AF1; }

 p { color: rgb(212,154,241); }

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

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

 a { background-color: rgb(212,154,241); }

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

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

 span { border-color: rgb(212,154,241); }

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