#D19AF1

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

Shades of Wisteria #D19AF1

Tints of Wisteria #D19AF1

Color information

#D19AF1 (or 0xD19AF1) is unknown color: approx Wisteria. HEX triplet: D1, 9A and F1. RGB value is (209,154,241). Sum of RGB (Red+Green+Blue) = 209+154+241=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #D19AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19AF1 is #2E650E. Grayscale: #B4B4B4. Windows color (decimal): -3040527 or 15833809. OLE color: 15833809.

HSL color Cylindrical-coordinate representation of color #D19AF1: hue angle of 277.93º 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 #D19AF1 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209154241-
CMYK0.130.3600.05
HSL277.93º75.65%77.45%-
HSV(B)277.93º36.1%94.51%-
XYZ53.7343.0288.69-
YUV180.36162.22148.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.60%
GREEN value IS 154 (60.55% from 255) = 25.50%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=34.60%
G=25.50%
B=39.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091542410.130.3600.05277.9375.6577.45
HexD19AF1D24051164c4d
Octal321232361154405426114115
Binary1101000110011010111100011101100100010110001011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19AF1; }

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

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

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

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

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

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

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

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