#D3AFEA

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

Shades of Wisteria #D3AFEA

Tints of Wisteria #D3AFEA

Color information

#D3AFEA (or 0xD3AFEA) is unknown color: approx Wisteria. HEX triplet: D3, AF and EA. RGB value is (211,175,234). Sum of RGB (Red+Green+Blue) = 211+175+234=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #D3AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFEA is #2C5015. Grayscale: #C0C0C0. Windows color (decimal): -2904086 or 15380435. OLE color: 15380435.

HSL color Cylindrical-coordinate representation of color #D3AFEA: hue angle of 276.61º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3AFEA is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211175234-
CMYK0.100.2500.08
HSL276.61º58.42%80.2%-
HSV(B)276.61º25.21%91.76%-
XYZ57.0550.4584.57-
YUV192.49151.43141.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.03%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=34.03%
G=28.23%
B=37.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111752340.100.2500.08276.6158.4280.2
HexD3AFEAA19081153a50
Octal323257352123101042572120
Binary110100111010111111101010101011001010001000101011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFEA; }

 p { color: rgb(211,175,234); }

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

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

 a { background-color: rgb(211,175,234); }

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

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

 span { border-color: rgb(211,175,234); }

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