#D2A7EA

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

Shades of Wisteria #D2A7EA

Tints of Wisteria #D2A7EA

Color information

#D2A7EA (or 0xD2A7EA) is unknown color: approx Wisteria. HEX triplet: D2, A7 and EA. RGB value is (210,167,234). Sum of RGB (Red+Green+Blue) = 210+167+234=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2A7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A7EA is #2D5815. Grayscale: #BBBBBB. Windows color (decimal): -2971670 or 15378386. OLE color: 15378386.

HSL color Cylindrical-coordinate representation of color #D2A7EA: hue angle of 278.51º degrees, saturation: 0.61, 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 #D2A7EA is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210167234-
CMYK0.100.2900.08
HSL278.51º61.47%78.63%-
HSV(B)278.51º28.63%91.76%-
XYZ55.2547.2884.06-
YUV187.5154.25144.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.37%
GREEN value IS 167 (65.62% from 255) = 27.33%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=34.37%
G=27.33%
B=38.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101672340.100.2900.08278.5161.4778.63
HexD2A7EAA1D081173d4f
Octal322247352123501042775117
Binary110100101010011111101010101011101010001000101111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A7EA; }

 p { color: rgb(210,167,234); }

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

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

 a { background-color: rgb(210,167,234); }

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

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

 span { border-color: rgb(210,167,234); }

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