#D2A2F1

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

Shades of Wisteria #D2A2F1

Tints of Wisteria #D2A2F1

Color information

#D2A2F1 (or 0xD2A2F1) is unknown color: approx Wisteria. HEX triplet: D2, A2 and F1. RGB value is (210,162,241). Sum of RGB (Red+Green+Blue) = 210+162+241=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2A2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A2F1 is #2D5D0E. Grayscale: #B9B9B9. Windows color (decimal): -2972943 or 15835858. OLE color: 15835858.

HSL color Cylindrical-coordinate representation of color #D2A2F1: hue angle of 276.46º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2A2F1 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210162241-
CMYK0.130.3300.05
HSL276.46º73.83%79.02%-
HSV(B)276.46º32.78%94.51%-
XYZ55.3845.8989.16-
YUV185.36159.4145.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 162 (63.67% from 255) = 26.43%
BLUE value IS 241 (94.53% from 255) = 39.31%
R=34.26%
G=26.43%
B=39.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101622410.130.3300.05276.4673.8379.02
HexD2A2F1D21051144a4f
Octal322242361154105424112117
Binary1101001010100010111100011101100001010110001010010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A2F1; }

 p { color: rgb(210,162,241); }

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

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

 a { background-color: rgb(210,162,241); }

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

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

 span { border-color: rgb(210,162,241); }

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