#D49AF0

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

Shades of Wisteria #D49AF0

Tints of Wisteria #D49AF0

Color information

#D49AF0 (or 0xD49AF0) is unknown color: approx Wisteria. HEX triplet: D4, 9A and F0. RGB value is (212,154,240). Sum of RGB (Red+Green+Blue) = 212+154+240=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #D49AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AF0 is #2B650F. Grayscale: #B4B4B4. Windows color (decimal): -2843920 or 15768276. OLE color: 15768276.

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

Color convert

RGB212154240-
CMYK0.120.3600.06
HSL280.47º74.14%77.25%-
HSV(B)280.47º35.83%94.12%-
XYZ54.4443.487.95-
YUV181.15161.22150.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 154 (60.55% from 255) = 25.41%
BLUE value IS 240 (94.14% from 255) = 39.60%
R=34.98%
G=25.41%
B=39.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121542400.120.3600.06280.4774.1477.25
HexD49AF0C24061184a4d
Octal324232360144406430112115
Binary1101010010011010111100001100100100011010001100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AF0; }

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

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

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

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

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

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

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

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