#D2A6EB

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

Shades of Wisteria #D2A6EB

Tints of Wisteria #D2A6EB

Color information

#D2A6EB (or 0xD2A6EB) is unknown color: approx Wisteria. HEX triplet: D2, A6 and EB. RGB value is (210,166,235). Sum of RGB (Red+Green+Blue) = 210+166+235=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2A6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A6EB is #2D5914. Grayscale: #BABABA. Windows color (decimal): -2971925 or 15443666. OLE color: 15443666.

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

Color convert

RGB210166235-
CMYK0.110.2900.08
HSL278.26º63.3%78.63%-
HSV(B)278.26º29.36%92.16%-
XYZ55.2146.9784.75-
YUV187.02155.08144.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.37%
GREEN value IS 166 (65.23% from 255) = 27.17%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=34.37%
G=27.17%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101662350.110.2900.08278.2663.378.63
HexD2A6EBB1D081163f4f
Octal322246353133501042677117
Binary110100101010011011101011101111101010001000101101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A6EB; }

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

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

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

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

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

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

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

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