#D0A2E3

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

Shades of Wisteria #D0A2E3

Tints of Wisteria #D0A2E3

Color information

#D0A2E3 (or 0xD0A2E3) is unknown color: approx Wisteria. HEX triplet: D0, A2 and E3. RGB value is (208,162,227). Sum of RGB (Red+Green+Blue) = 208+162+227=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 227 - color contains mainly: blue. Hex color #D0A2E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2E3 is #2F5D1C. Grayscale: #B6B6B6. Windows color (decimal): -3104029 or 14918352. OLE color: 14918352.

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

Color convert

RGB208162227-
CMYK0.080.2900.11
HSL282.46º53.72%76.27%-
HSV(B)282.46º28.63%89.02%-
XYZ52.844.878.54-
YUV183.16152.74145.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.84%
GREEN value IS 162 (63.67% from 255) = 27.14%
BLUE value IS 227 (89.06% from 255) = 38.02%
R=34.84%
G=27.14%
B=38.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2081622270.080.2900.11282.4653.7276.27
HexD0A2E381D0B11a364c
Octal320242343103501343266114
Binary110100001010001011100011100011101010111000110101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A2E3; }

 p { color: rgb(208,162,227); }

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

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

 a { background-color: rgb(208,162,227); }

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

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

 span { border-color: rgb(208,162,227); }

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