#D0A3D7

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

Shades of Wisteria #D0A3D7

Tints of Wisteria #D0A3D7

Color information

#D0A3D7 (or 0xD0A3D7) is unknown color: approx Wisteria. HEX triplet: D0, A3 and D7. RGB value is (208,163,215). Sum of RGB (Red+Green+Blue) = 208+163+215=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0A3D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A3D7 is #2F5C28. Grayscale: #B6B6B6. Windows color (decimal): -3103785 or 14132176. OLE color: 14132176.

HSL color Cylindrical-coordinate representation of color #D0A3D7: hue angle of 291.92º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0A3D7 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208163215-
CMYK0.030.2400.16
HSL291.92º39.39%74.12%-
HSV(B)291.92º24.19%84.31%-
XYZ51.3844.5170.17-
YUV182.38146.41146.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 163 (64.06% from 255) = 27.82%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=35.49%
G=27.82%
B=36.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081632150.030.2400.16291.9239.3974.12
HexD0A3D7318010124274a
Octal32024332733002044447112
Binary11010000101000111101011111110000100001001001001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A3D7; }

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

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

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

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

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

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

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

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