#D0A3DF

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

Shades of Wisteria #D0A3DF

Tints of Wisteria #D0A3DF

Color information

#D0A3DF (or 0xD0A3DF) is unknown color: approx Wisteria. HEX triplet: D0, A3 and DF. RGB value is (208,163,223). Sum of RGB (Red+Green+Blue) = 208+163+223=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0A3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A3DF is #2F5C20. Grayscale: #B7B7B7. Windows color (decimal): -3103777 or 14656464. OLE color: 14656464.

HSL color Cylindrical-coordinate representation of color #D0A3DF: hue angle of 285º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0A3DF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208163223-
CMYK0.070.2700.13
HSL285º48.39%75.69%-
HSV(B)285º26.91%87.45%-
XYZ52.4344.9375.72-
YUV183.3150.41145.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 163 (64.06% from 255) = 27.44%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=35.02%
G=27.44%
B=37.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081632230.070.2700.1328548.3975.69
HexD0A3DF71B0D11d304c
Octal32024333773301543560114
Binary11010000101000111101111111111011011011000111011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A3DF; }

 p { color: rgb(208,163,223); }

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

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

 a { background-color: rgb(208,163,223); }

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

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

 span { border-color: rgb(208,163,223); }

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