#D2A3EB

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

Shades of Wisteria #D2A3EB

Tints of Wisteria #D2A3EB

Color information

#D2A3EB (or 0xD2A3EB) is unknown color: approx Wisteria. HEX triplet: D2, A3 and EB. RGB value is (210,163,235). Sum of RGB (Red+Green+Blue) = 210+163+235=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2A3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A3EB is #2D5C14. Grayscale: #B9B9B9. Windows color (decimal): -2972693 or 15442898. OLE color: 15442898.

HSL color Cylindrical-coordinate representation of color #D2A3EB: hue angle of 279.17º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2A3EB is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210163235-
CMYK0.110.3100.08
HSL279.17º64.29%78.04%-
HSV(B)279.17º30.64%92.16%-
XYZ54.6745.8984.57-
YUV185.26156.07145.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.54%
GREEN value IS 163 (64.06% from 255) = 26.81%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=34.54%
G=26.81%
B=38.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101632350.110.3100.08279.1764.2978.04
HexD2A3EBB1F08117404e
Octal3222433531337010427100116
Binary1101001010100011111010111011111110100010001011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A3EB; }

 p { color: rgb(210,163,235); }

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

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

 a { background-color: rgb(210,163,235); }

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

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

 span { border-color: rgb(210,163,235); }

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